From 1a92c04ee32e33a11410fc257bf49344ea4b1f20 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 17 Sep 2013 18:30:19 +0200 Subject: [PATCH] [ticket/11700] Namespacif skipped filesystem instantiation in test PHPBB3-11700 --- tests/filesystem/web_root_path_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'