diff options
Diffstat (limited to 'tests/support/TestController.php')
-rw-r--r-- | tests/support/TestController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/TestController.php b/tests/support/TestController.php index 4f8fb41..a2f5b51 100644 --- a/tests/support/TestController.php +++ b/tests/support/TestController.php @@ -19,7 +19,7 @@ class TestController extends Controller * @param mixed $param2 * @return ResponseInterface */ - public function testAction($param1, $param2 = 'defaultValue') + public function testRunAction($param1, $param2 = 'defaultValue') { $response = $this->getResponse(); |