aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-17 18:30:19 +0200
committerNils Adermann <naderman@naderman.de>2013-09-17 18:30:19 +0200
commit1a92c04ee32e33a11410fc257bf49344ea4b1f20 (patch)
tree311d3833f02f58f4c04e7ac5ef0da90817da5d57 /tests
parent20b2d03e3b9c7ab0109cabf785076fa2f91e823d (diff)
downloadforums-1a92c04ee32e33a11410fc257bf49344ea4b1f20.tar
forums-1a92c04ee32e33a11410fc257bf49344ea4b1f20.tar.gz
forums-1a92c04ee32e33a11410fc257bf49344ea4b1f20.tar.bz2
forums-1a92c04ee32e33a11410fc257bf49344ea4b1f20.tar.xz
forums-1a92c04ee32e33a11410fc257bf49344ea4b1f20.zip
[ticket/11700] Namespacif skipped filesystem instantiation in test
PHPBB3-11700
Diffstat (limited to 'tests')
-rw-r--r--tests/filesystem/web_root_path_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filesystem/web_root_path_test.php b/tests/filesystem/web_root_path_test.php
index c66b3cb69f..e0f716cdae 100644
--- a/tests/filesystem/web_root_path_test.php
+++ b/tests/filesystem/web_root_path_test.php
@@ -131,7 +131,7 @@ class phpbb_filesystem_web_root_path_test extends phpbb_test_case
->method('getScriptName')
->will($this->returnValue($getScriptName));
- $filesystem = new phpbb_filesystem(
+ $filesystem = new \phpbb\filesystem(
$symfony_request,
$this->phpbb_root_path,
'php'