mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing problem in cache helper test
This commit is contained in:
parent
9c0ab75a03
commit
3ff41b4f56
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class CacheHelperTest extends CakeTestCase {
|
||||||
Configure::write('Cache.check', true);
|
Configure::write('Cache.check', true);
|
||||||
Configure::write('Cache.disable', false);
|
Configure::write('Cache.disable', false);
|
||||||
App::build(array(
|
App::build(array(
|
||||||
'views' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
'View' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
||||||
), true);
|
), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue