mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing failing test.
This commit is contained in:
parent
3c21fa32ba
commit
89bf3440da
1 changed files with 2 additions and 1 deletions
|
@ -1093,7 +1093,8 @@ class RouterTest extends CakeTestCase {
|
|||
'plugins' => array(
|
||||
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'plugins' . DS
|
||||
)
|
||||
), false);
|
||||
), true);
|
||||
App::objects('plugin', null, false);
|
||||
|
||||
Router::reload();
|
||||
Router::setRequestInfo(array(
|
||||
|
|
Loading…
Reference in a new issue