Fixing CacheHelper tests when app/views/posts/index.ctp exists.

This commit is contained in:
mark_story 2009-10-11 21:42:15 -04:00
parent 382488a9a7
commit e77ff5ae50

View file

@ -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);
}
/**