This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix array tests.
Taylor Otwell
13 years ago
parent
7bf84066bf
commit
cb027980ae
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tests/Cases/ArrTest.php
+ 1
- 1
tests/Cases/ArrTest.php
View File
@@ -1,4 +1,4 @@
-<?php
+<?php
use Laravel\Arr;
class ArrTest extends PHPUnit_Framework_TestCase {