mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +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…
Add table
Reference in a new issue