Skip to content

Commit

Permalink
Fixing CacheHelper tests when app/views/posts/index.ctp exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 12, 2009
1 parent 382488a commit e77ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/helpers/cache.test.php
Expand Up @@ -100,7 +100,7 @@ function setUp() {
function startCase() {
App::build(array(
'views' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'views'. DS)
));
), true);
}

/**
Expand Down

0 comments on commit e77ff5a

Please sign in to comment.