aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/manager_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron/manager_test.php')
-rw-r--r--tests/cron/manager_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cron/manager_test.php b/tests/cron/manager_test.php
index d204eb90d1..610f662b7d 100644
--- a/tests/cron/manager_test.php
+++ b/tests/cron/manager_test.php
@@ -90,6 +90,7 @@ class phpbb_cron_manager_test extends \phpbb_test_case
->willReturn('foobar');
$request = new \phpbb\request\request();
+ $request->enable_super_globals();
$routing_helper = new \phpbb\routing\helper(
$mock_config,