Skip to content

Commit

Permalink
Fixing notice errors in test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 10, 2010
1 parent b47b858 commit 6147de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/view/view.test.php
Expand Up @@ -697,6 +697,7 @@ function testRender() {
$this->PostsController->helpers = array('Cache', 'Html');
$this->PostsController->constructClasses();
$this->PostsController->cacheAction = array('index' => 3600);
$this->PostsController->params['action'] = 'index';
Configure::write('Cache.check', true);

$View = new TestView($this->PostsController);
Expand Down

0 comments on commit 6147de7

Please sign in to comment.