- extending Illuminate\Support\Collection so its method is available in ary.
- checking php version before defining the ary() helper function.
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
use \Salarmehr\Ary;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
require __DIR__ . '/../src/Ary.php';
|
||||
|
||||
class Test extends PHPUnit_Framework_TestCase
|
||||
|
Reference in New Issue
Block a user