cakephp2-php8/lib/Cake/TestSuite
mark_story 9d1fbb95b3 Allow datasource access in constructors of mocked models.
When mock objects are created from models that access their datasource
in the constructor, an exception would be raised for the missing default
datasource. By changing how configuration data is handled in the mock
creation we can avoid this issue and not reopen #4867

Refs #8225
2016-09-12 22:15:55 -04:00
..
Coverage Added All options enabled when running test from webfrontend 2014-12-26 15:49:42 -03:00
Fixture CakeFixtureManager: Truncate tables only if not dropped. 2016-08-29 12:08:57 +02:00
Reporter Revert part of the changes in 1ede742d92 2015-09-29 21:41:33 -04:00
Stub Use traditional array syntax 2015-12-01 15:16:54 +00:00
templates Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestCase.php Allow datasource access in constructors of mocked models. 2016-09-12 22:15:55 -04:00
CakeTestLoader.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestRunner.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
CakeTestSuite.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestSuiteCommand.php PHPUnit can be included as a phar file. 2014-11-24 14:51:36 -05:00
CakeTestSuiteDispatcher.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
ControllerTestCase.php Remove whitespace. 2016-04-19 15:27:30 -04:00