diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 20:42:45 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 20:42:45 -0500 |
commit | 51c0aec066a4029f626ee300b3a34a0cc97c6031 (patch) | |
tree | 1fa19eb7df4e55f4a2b1abe19a30af79e34bfa01 /tests/security | |
parent | [ticket/11850] More namespaces (diff) | |
download | phpbb-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar.gz phpbb-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar.bz2 phpbb-51c0aec066a4029f626ee300b3a34a0cc97c6031.zip |
[ticket/11850] More namespaces
PHPBB3-11850
Diffstat (limited to 'tests/security')
-rw-r--r-- | tests/security/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/base.php b/tests/security/base.php index ff92a7e2a3..3ab2d1cfec 100644 --- a/tests/security/base.php +++ b/tests/security/base.php @@ -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(); |