Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Apr 22, 2015
1 parent f576e68 commit 42d4f20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -903,7 +903,7 @@ public function testBeforeRedirectCallbackWithArrayUrl()
$RequestHandler->response = $this->Controller->response;

ob_start();
$response = $RequestHandler->beforeRedirect(
$RequestHandler->beforeRedirect(
$event,
['controller' => 'RequestHandlerTest', 'action' => 'param_method', 'first', 'second'],
$this->Controller->response
Expand Down

0 comments on commit 42d4f20

Please sign in to comment.