mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/controller] Add test for missing argument in controller class
PHPBB3-10864
This commit is contained in:
@@ -7,4 +7,9 @@ class phpbb_ext_foo_bar_controller
|
||||
{
|
||||
return new Response('foo/bar controller handle() method', 200);
|
||||
}
|
||||
|
||||
public function baz($test)
|
||||
{
|
||||
return new Response('Value of "test" URL argument is: ' . $test);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user