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:
@@ -7,7 +7,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class phpbb_auth_provider_acp_board_invalid
|
||||
namespace phpbb\auth\provider\acp;
|
||||
|
||||
class board_invalid
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user