diff options
Diffstat (limited to 'tests/controller/phpbb')
-rw-r--r-- | tests/controller/phpbb/controller/foo.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/controller/phpbb/controller/foo.php b/tests/controller/phpbb/controller/foo.php index 04576e16c4..98669f428f 100644 --- a/tests/controller/phpbb/controller/foo.php +++ b/tests/controller/phpbb/controller/foo.php @@ -1,8 +1,10 @@ <?php +namespace phpbb\controller; + use Symfony\Component\HttpFoundation\Response; -class phpbb_controller_foo +class foo { /** * Bar method |