cakephp2-php8/lib/Cake/TestSuite
KullTC a7c2f26599 Make sure default datasource is not used for mock
When a non-default datasource is used for a model and no test_ version of
that datasource is available, the getMockForModel method used the
models standard datasource, rahter than 'test'.
2015-02-27 15:26:49 +01:00
..
Coverage Added All options enabled when running test from webfrontend 2014-12-26 15:49:42 -03:00
Fixture Fix whitespace. 2014-12-10 22:17:02 -05:00
Reporter Added conditional to do not show rerun link if is warning of no test present 2014-12-26 15:50:25 -03:00
templates Update phpunit.php 2015-02-05 12:02:18 +00:00
CakeTestCase.php Make sure default datasource is not used for mock 2015-02-27 15:26:49 +01:00
CakeTestLoader.php Fix the test suite package doc block errors. 2014-06-05 00:24:01 -04:00
CakeTestRunner.php PHPUnit can be included as a phar file. 2014-11-24 14:51:36 -05: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 PHPUnit can be included as a phar file. 2014-11-24 14:51:36 -05:00
ControllerTestCase.php Correct argument. Should not have a default string. 2014-12-23 15:36:25 +01:00