mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing Dispatcher tests after recent changes in App::core()
This commit is contained in:
parent
96fa5e79ba
commit
c188d1a91c
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ class DispatcherTest extends CakeTestCase {
|
|||
|
||||
$this->_debug = Configure::read('debug');
|
||||
|
||||
App::build(App::core());
|
||||
App::build();
|
||||
App::objects('plugin', null, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue