mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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.disable', false);
|
||||
App::build(array(
|
||||
'views' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
||||
'View' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
||||
), true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue