Skip to content

Commit

Permalink
Removed unneeded method call from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 14, 2014
1 parent 5e6a39c commit aac0693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/View/ViewTest.php
Expand Up @@ -823,7 +823,6 @@ public function testElementParamsDontOverwriteHelpers() {
public function testElementCacheHelperNoCache() {
$Controller = new ViewPostsController();
$View = $Controller->createView();
$View->loadHelpers();
$result = $View->element('test_element', array('ram' => 'val', 'test' => array('foo', 'bar')));
$this->assertEquals('this is the test element', $result);
}
Expand Down

0 comments on commit aac0693

Please sign in to comment.