aboutsummaryrefslogtreecommitdiffstats
path: root/tests/filesystem
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-17 18:18:31 +0200
committerNils Adermann <naderman@naderman.de>2013-09-17 18:18:31 +0200
commit20b2d03e3b9c7ab0109cabf785076fa2f91e823d (patch)
tree47570dada1f8184ad40949e86b35f2dd8b45fbdd /tests/filesystem
parent1d7f8f81935157867539d4c3991c5922afec8b55 (diff)
downloadforums-20b2d03e3b9c7ab0109cabf785076fa2f91e823d.tar
forums-20b2d03e3b9c7ab0109cabf785076fa2f91e823d.tar.gz
forums-20b2d03e3b9c7ab0109cabf785076fa2f91e823d.tar.bz2
forums-20b2d03e3b9c7ab0109cabf785076fa2f91e823d.tar.xz
forums-20b2d03e3b9c7ab0109cabf785076fa2f91e823d.zip
[ticket/11700] Namespace needed for mock object in web path test
PHPBB3-11700
Diffstat (limited to 'tests/filesystem')
-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 ddc9e28bb2..c66b3cb69f 100644
--- a/tests/filesystem/web_root_path_test.php
+++ b/tests/filesystem/web_root_path_test.php
@@ -118,7 +118,7 @@ class phpbb_filesystem_web_root_path_test extends phpbb_test_case
*/
public function test_update_web_root_path($input, $expected, $getPathInfo, $getRequestUri = null, $getScriptName = null)
{
- $symfony_request = $this->getMock("phpbb_symfony_request", array(), array(
+ $symfony_request = $this->getMock("\phpbb\symfony_request", array(), array(
new phpbb_mock_request(),
));
$symfony_request->expects($this->any())