Browse Source

fix array tests.

Taylor Otwell 13 years ago
parent
commit
cb027980ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Cases/ArrTest.php

+ 1 - 1
tests/Cases/ArrTest.php

@@ -1,4 +1,4 @@
-<?php
+<?php use Laravel\Arr;
 
 class ArrTest extends PHPUnit_Framework_TestCase {