cakephp2-php8/lib/Cake/TestSuite
Reuben Helms 4d87abfcdc Add CakeTestCase::getMockForModel convenience method
This method provides a convenience to create mocked models that
are still associated with fixtures and the datasource.
2012-11-13 13:07:18 +10:00
..
Coverage Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Fixture Merge branch '2.3' into type-checks 2012-10-24 19:03:44 +01:00
Reporter converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
templates Merge branch 'master' into 2.3 2012-11-10 21:33:26 -05:00
CakeTestCase.php Add CakeTestCase::getMockForModel convenience method 2012-11-13 13:07:18 +10:00
CakeTestLoader.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
CakeTestRunner.php Add missing import 2012-10-14 22:22:46 -04:00
CakeTestSuite.php CakeTestSuite::addTestDirectory() ignore non-php 2012-04-23 12:15:29 -04:00
CakeTestSuiteCommand.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
CakeTestSuiteDispatcher.php Code cleanup, break if found, no reason to go through entire vendor list overwriting if found on first try. No reason to create variables we don't need. 2012-06-11 12:40:53 -06:00
ControllerTestCase.php Add CakeTestCase::getMockForModel convenience method 2012-11-13 13:07:18 +10:00