mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13502] Also cover passing object to resolver in tests
PHPBB3-13502
This commit is contained in:
@@ -25,4 +25,9 @@ class controller
|
||||
{
|
||||
return new Response('Test_fail', 200);
|
||||
}
|
||||
|
||||
public function __invoke()
|
||||
{
|
||||
$this->handle();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user