Skip to content

Commit

Permalink
Make CS tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed May 2, 2016
1 parent ade9d8a commit 32cb254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -8706,8 +8706,7 @@ public function testCreateNoUrl() {
* *
* @return void * @return void
*/ */
public function testCreateUrlImpliedController() public function testCreateUrlImpliedController() {
{
$restore = error_reporting(E_ALL ^ E_USER_DEPRECATED); $restore = error_reporting(E_ALL ^ E_USER_DEPRECATED);
$this->Form->request['controller'] = 'posts'; $this->Form->request['controller'] = 'posts';
$result = $this->Form->create('Comment', array( $result = $this->Form->create('Comment', array(
Expand Down

0 comments on commit 32cb254

Please sign in to comment.