mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11850] More namespaces
PHPBB3-11850
This commit is contained in:
parent
b81d0bc228
commit
51c0aec066
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ abstract class phpbb_security_test_base extends phpbb_test_case
|
|||
$symfony_request->expects($this->any())
|
||||
->method('getPathInfo')
|
||||
->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
|
||||
$user = new \phpbb\user();
|
||||
|
|
Loading…
Add table
Reference in a new issue