aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-30 20:42:45 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-30 20:42:45 -0500
commit51c0aec066a4029f626ee300b3a34a0cc97c6031 (patch)
tree1fa19eb7df4e55f4a2b1abe19a30af79e34bfa01 /tests/security
parentb81d0bc2284faee73d5ca6ca74ae5f7f1eb3f574 (diff)
downloadforums-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar
forums-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar.gz
forums-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar.bz2
forums-51c0aec066a4029f626ee300b3a34a0cc97c6031.tar.xz
forums-51c0aec066a4029f626ee300b3a34a0cc97c6031.zip
[ticket/11850] More namespaces
PHPBB3-11850
Diffstat (limited to 'tests/security')
-rw-r--r--tests/security/base.php2
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();