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:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace phpbb\controller;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
class phpbb_controller_foo
|
||||
class foo
|
||||
{
|
||||
/**
|
||||
* Bar method
|
||||
|
Reference in New Issue
Block a user