cakephp2-php8/cake/tests/lib
José Lorenzo Rodríguez 7124e6db3e Refactoring CakeTestCase to remove fixture specific code and use the new class CakeFixtureManager.
It lacks support to auto-drop tables after test case end, but it is already usable for testing
2010-05-07 18:07:02 -04:30
..
reporter Adding number of assertion runned in html reporter 2010-05-04 16:31:03 -04:30
templates Updating test suite to say 2.0! 2010-04-14 22:41:12 -04:00
cake_fixture_manager.php Adding the class CakeFixtureManager to delegate the task of creating and droping the fixtures 2010-05-07 18:06:17 -04:30
cake_test_case.php Refactoring CakeTestCase to remove fixture specific code and use the new class CakeFixtureManager. 2010-05-07 18:07:02 -04:30
cake_test_fixture.php Removing reference operators in CakeTestFixture.. 2010-04-14 23:27:34 -04:00
cake_test_model.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
cake_test_suite_dispatcher.php Improving PHPUnit path detection when it is installed via pear 2010-05-04 16:30:06 -04:30
cake_web_test_case.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
code_coverage_manager.php Fixing / adding visibility. 2010-04-14 23:24:44 -04:00
test_manager.php Adding test for TestManager::runGroupTest() 2010-05-04 23:56:40 -04:30