cakephp2-php8/lib/Cake/TestSuite
mark_story 386be52c71 Be compatible with PHPUnit installed with composer.
Doing a class_exists() check is a simple way to check for PHPUnit being
installed via an autoloader. It also keeps things compatible with
a Vendor dir installation.

Fixes #3721
2013-03-22 21:01:20 -04:00
..
Coverage == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
Fixture Remove key-ordering sensitivity in fixtures 2013-03-14 14:17:59 -07:00
Reporter Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
templates Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
CakeTestCase.php Fix dropTables being ignore in some cases. 2013-03-12 09:34:20 -04:00
CakeTestLoader.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
CakeTestRunner.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
CakeTestSuite.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
CakeTestSuiteCommand.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
CakeTestSuiteDispatcher.php Be compatible with PHPUnit installed with composer. 2013-03-22 21:01:20 -04:00
ControllerTestCase.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00