1
0
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:
Marc Alexander
2016-03-30 17:49:10 +02:00
parent 91045879df
commit 01d5667388
2 changed files with 7 additions and 1 deletions

View File

@@ -25,4 +25,9 @@ class controller
{
return new Response('Test_fail', 200);
}
public function __invoke()
{
$this->handle();
}
}