diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2016-08-05 23:03:35 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-06 21:45:21 +0200 |
commit | 271ac6b57e6725fb1aba869c832beb482f85d61c (patch) | |
tree | ebc05cc658dc65513e6b66eed51ad0bf1f336459 /tests/cron | |
parent | 7a173877b7244f4ab6a8ff7b6fa0d6450027751b (diff) | |
download | forums-271ac6b57e6725fb1aba869c832beb482f85d61c.tar forums-271ac6b57e6725fb1aba869c832beb482f85d61c.tar.gz forums-271ac6b57e6725fb1aba869c832beb482f85d61c.tar.bz2 forums-271ac6b57e6725fb1aba869c832beb482f85d61c.tar.xz forums-271ac6b57e6725fb1aba869c832beb482f85d61c.zip |
[ticket/14542] Fix tests
PHPBB3-14542
Diffstat (limited to 'tests/cron')
-rw-r--r-- | tests/cron/manager_test.php | 1 |
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, |