diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-17 09:45:24 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-17 09:45:24 +0200 |
commit | 7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525 (patch) | |
tree | 381bda2e192ecfae33c83d7f1c972894bc1cf562 /tests/unit/Collections/AllTests.php | |
parent | 4117b88528ba9a7d3fbdf3248aeb8ca0f7c37455 (diff) |
Chnages in phpunit's bootstrap script; should hopefully fix travis
Diffstat (limited to 'tests/unit/Collections/AllTests.php')
-rw-r--r-- | tests/unit/Collections/AllTests.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/Collections/AllTests.php b/tests/unit/Collections/AllTests.php index efa7eb21..f290be31 100644 --- a/tests/unit/Collections/AllTests.php +++ b/tests/unit/Collections/AllTests.php @@ -1,5 +1,4 @@ <?php -require_once dirname(__FILE__).'/../phpunit.php'; if(!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Collections_AllTests::main'); |