mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
avoid MissingPluginExceptions
This commit is contained in:
parent
d8194a5818
commit
0c0bb60486
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class ViewTest extends CakeTestCase {
|
|||
CAKE . 'Test' . DS . 'test_app' . DS . 'View'. DS
|
||||
)
|
||||
), true);
|
||||
CakePlugin::loadAll();
|
||||
CakePlugin::load(array('TestPlugin', 'TestPlugin', 'PluginJs'));
|
||||
Configure::write('debug', 2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue