aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/security/base.php')
-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 26f267745c..ff92a7e2a3 100644
--- a/tests/security/base.php
+++ b/tests/security/base.php
@@ -37,7 +37,7 @@ abstract class phpbb_security_test_base extends phpbb_test_case
*/
$request = new phpbb_mock_request(array(), array(), array(), $server);
- $symfony_request = $this->getMock("phpbb_symfony_request", array(), array(
+ $symfony_request = $this->getMock("\phpbb\symfony_request", array(), array(
$request,
));
$symfony_request->expects($this->any())