aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session')
-rw-r--r--tests/session/extract_page_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/extract_page_test.php b/tests/session/extract_page_test.php
index 123ae591c6..6e137e28b8 100644
--- a/tests/session/extract_page_test.php
+++ b/tests/session/extract_page_test.php
@@ -140,7 +140,7 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
{
global $symfony_request;
- $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())