Skip to content

Commit

Permalink
Fix coding standards error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 18, 2014
1 parent 6c0d52a commit 564006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Controller/ControllerTest.php
Expand Up @@ -334,7 +334,7 @@ public function testRender() {
$result = $Controller->render('/Element/test_element');
$this->assertRegExp('/this is the test element/', (string)$result);
$Controller->view = null;
}
}

/**
* test that a component beforeRender can change the controller view class.
Expand Down

0 comments on commit 564006b

Please sign in to comment.