1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11700] Get unit tests to run again with namespaces

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-19 18:50:08 +02:00
parent fe36375a36
commit 16fdef4866
4 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
<?php
namespace phpbb\controller;
use Symfony\Component\HttpFoundation\Response;
class phpbb_controller_foo
class foo
{
/**
* Bar method