mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11850] More namespaces
PHPBB3-11850
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user