cakephp2-php8/cake/tests/lib
2010-09-03 10:22:58 -04:00
..
coverage Removing 'group tests' PHPUnit implements them as testsuites, which do not need to be handled differently than test cases. 2010-06-26 12:58:03 -04:00
reporter Fixing stupid output buffering error. 2010-09-03 10:22:58 -04:00
templates Fixing comments in file. 2010-06-28 23:01:25 -04:00
cake_fixture_manager.php Fixing CakeFixtureManager::loadSingle to create the table if not exists 2010-05-31 23:49:18 -04:30
cake_test_case.php Fixing assertIdentical wrapper as assertIdentical used to type check, much like assertSame does. 2010-06-27 22:48:30 -04:00
cake_test_fixture.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
cake_test_model.php Merge remote branch 'origin/1.3' into 2.0 2010-05-20 12:22:04 +10:00
cake_test_suite.php Moving restore_error_handler up into TestManager and out of CakeTestSuite. 2010-06-21 22:54:41 -04:00
cake_test_suite_dispatcher.php Updating the skel and app test.php's to not make a global variable for the dispatcher. This dramatically improves the performance of the web test runner. 2010-08-16 23:33:07 -04:00
cake_web_test_case.php Removing SimpleTest method calls. 2010-06-26 13:47:30 -04:00
test_manager.php Created a loadCase method in TestManager and changing visibility of some methods 2010-07-06 23:31:21 -04:30
test_runner.php Adding a test case list to the test suite cli runner 2010-07-12 23:24:59 -04:30