diff options
author | rxu <rxu@mail.ru> | 2019-12-29 02:12:36 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2019-12-29 12:59:24 +0700 |
commit | dcab0762210a4059cca7458344dcc1aeb0360c42 (patch) | |
tree | fbae8ee0429f1c6ebb29cd8af8c5f3d1d7450ea4 /tests/controller | |
parent | 82e61f501abfa2768d7faac1ccd8d688c84e5e13 (diff) | |
download | forums-dcab0762210a4059cca7458344dcc1aeb0360c42.tar forums-dcab0762210a4059cca7458344dcc1aeb0360c42.tar.gz forums-dcab0762210a4059cca7458344dcc1aeb0360c42.tar.bz2 forums-dcab0762210a4059cca7458344dcc1aeb0360c42.tar.xz forums-dcab0762210a4059cca7458344dcc1aeb0360c42.zip |
[ticket/16276] Further fix PHP nightly tests
PHPBB3-16276
Diffstat (limited to 'tests/controller')
-rw-r--r-- | tests/controller/common_helper_route.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/common_helper_route.php b/tests/controller/common_helper_route.php index 447c10d10e..bdaf8ee682 100644 --- a/tests/controller/common_helper_route.php +++ b/tests/controller/common_helper_route.php @@ -74,7 +74,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_test_case protected function generate_route_objects() { - global $request; + global $request, $phpbb_root_path, $phpEx; $this->request = new phpbb_mock_request(); $this->request->overwrite('SCRIPT_NAME', $this->get_uri(), \phpbb\request\request_interface::SERVER); |