Skip to content

Commit

Permalink
Fix failing scaffold tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Aug 28, 2010
1 parent d8b2bcd commit 93b8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/controller/scaffold.test.php
Expand Up @@ -789,7 +789,7 @@ function testScaffoldChangingViewProperty() {
$this->Controller->theme = 'test_theme';
$this->Controller->view = 'Theme';
$this->Controller->constructClasses();
$Scaffold =& new TestScaffoldMock($this->Controller, array());
$Scaffold =& new TestScaffoldMock($this->Controller, new CakeRequest());

$this->assertEqual($this->Controller->view, 'Scaffold');
}
Expand Down

0 comments on commit 93b8004

Please sign in to comment.