mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Moving the declaration of the CakeTestModel package location so it can be easily loaded
This commit is contained in:
parent
396fbeec91
commit
4938ac2749
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ App::uses('CakeTestLoader', 'TestSuite');
|
|||
App::uses('CakeTestSuite', 'TestSuite');
|
||||
App::uses('CakeTestCase', 'TestSuite');
|
||||
App::uses('ControllerTestCase', 'TestSuite');
|
||||
App::uses('CakeTestModel', 'TestSuite/Fixture');
|
||||
|
||||
PHP_CodeCoverage_Filter::getInstance()->addFileToBlacklist(__FILE__, 'DEFAULT');
|
||||
|
||||
|
|
Loading…
Reference in a new issue