diff options
author | minstel <minstel@yandex.ru> | 2016-10-18 23:55:46 +0300 |
---|---|---|
committer | minstel <minstel@yandex.ru> | 2016-10-18 23:55:46 +0300 |
commit | 18da10400c02d945632c8c7dd49d78d19d9fd9a0 (patch) | |
tree | 6f2ccbe50b209188fc82cf9d7a8fb6e5493d6668 /tests/support | |
parent | fb563442e535c71b935582ce8d90470ffc958ad5 (diff) | |
download | controller-18da10400c02d945632c8c7dd49d78d19d9fd9a0.zip controller-18da10400c02d945632c8c7dd49d78d19d9fd9a0.tar.gz controller-18da10400c02d945632c8c7dd49d78d19d9fd9a0.tar.bz2 |
Minor fix
Diffstat (limited to 'tests/support')
-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(); |