fix array tests.

This commit is contained in:
Taylor Otwell 2011-10-26 21:22:30 -05:00
parent 7bf84066bf
commit cb027980ae
1 changed files with 1 additions and 1 deletions

View File

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