- 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:
Reza
2016-03-04 13:37:21 +03:30
parent 3b5f90fe46
commit 97e02abf76
4 changed files with 21 additions and 9 deletions

View File

@ -9,6 +9,7 @@
use \Salarmehr\Ary;
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/../src/Ary.php';
class Test extends PHPUnit_Framework_TestCase