Skip to content

Commit

Permalink
Fix a few more standards errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 20, 2012
1 parent edd54e4 commit 714ec60
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions lib/Cake/Test/Case/View/ViewTest.php
Expand Up @@ -177,19 +177,6 @@ public function paths($plugin = null, $cached = true) {
return $this->_paths($plugin, $cached);
}

/**
* _render wrapper for testing (temporary).
*
* @param string $___viewFn
* @param string $___dataForView
* @param string $loadHelpers
* @param string $cached
* @return void
*/
public function render_($___viewFn, $___dataForView, $loadHelpers = true, $cached = false) {
return $this->_render($___viewFn, $___dataForView, $loadHelpers, $cached);
}

/**
* Test only function to return instance scripts.
*
Expand Down Expand Up @@ -774,7 +761,7 @@ public function testElementCache() {
*
* @return void
*/
public function test__get() {
public function testMagicGet() {
$View = new View($this->PostsController);
$View->loadHelper('Html');
$this->assertInstanceOf('HtmlHelper', $View->Html);
Expand Down

0 comments on commit 714ec60

Please sign in to comment.