mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
9b9e886df6
Because getMockForModel() does not go through the test datasource injection in ClassRegistry::init() we need to duplicate the basics of that logic here. Thankfully, we already have a mock so we can do that datasource switching without reflection. Of course this means there will be limitations to how/when this will work, but I feel those scenarios can probably be solved by not using mocks, or by mocking out the problematic methods. This set of changes makes getMockForModel() work with secondary datasources, as one would expect it to do, but I'm not sure it ever did. Refs #4694 |
||
---|---|---|
.. | ||
Coverage | ||
Fixture | ||
Reporter | ||
templates | ||
CakeTestCase.php | ||
CakeTestLoader.php | ||
CakeTestRunner.php | ||
CakeTestSuite.php | ||
CakeTestSuiteCommand.php | ||
CakeTestSuiteDispatcher.php | ||
ControllerTestCase.php |