mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing CacheHelper tests when app/views/posts/index.ctp exists.
This commit is contained in:
parent
382488a9a7
commit
e77ff5ae50
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class CacheHelperTest extends CakeTestCase {
|
|||
function startCase() {
|
||||
App::build(array(
|
||||
'views' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
||||
));
|
||||
), true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue