[ticket/11850] More namespaces

PHPBB3-11850
This commit is contained in:
Nathan Guse 2013-09-30 20:42:45 -05:00
parent b81d0bc228
commit 51c0aec066

View file

@ -52,7 +52,7 @@ abstract class phpbb_security_test_base extends phpbb_test_case
$symfony_request->expects($this->any()) $symfony_request->expects($this->any())
->method('getPathInfo') ->method('getPathInfo')
->will($this->returnValue('/')); ->will($this->returnValue('/'));
$phpbb_filesystem = new phpbb_filesystem($symfony_request, $phpbb_root_path, $phpEx); $phpbb_filesystem = new \phpbb\filesystem($symfony_request, $phpbb_root_path, $phpEx);
// Set no user and trick a bit to circumvent errors // Set no user and trick a bit to circumvent errors
$user = new \phpbb\user(); $user = new \phpbb\user();