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

@@ -7,7 +7,9 @@
*
*/
class phpbb_auth_provider_acp_board_invalid
namespace phpbb\auth\provider\acp;
class board_invalid
{
}