Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzor committed Oct 9, 2024
1 parent 872d5ea commit b6f2a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Controller/SearchControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ public function canSearchAction()
$request = $this->setUpRequest('search', []);

$this->expectException(StopActionException::class);
$response = $controller->processRequest($request);
$controller->processRequest($request);
}
}

0 comments on commit b6f2a6b

Please sign in to comment.