1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9687] Fix tests

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-04 14:49:31 +02:00
parent 7739eb2cfe
commit 8bdda472bf
3 changed files with 56 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ abstract class phpbb_session_test_case extends phpbb_database_test_case
{
parent::setUp();
global $symfony_request, $phpbb_path_helper, $request, $phpbb_root_path, $phpEx;
global $symfony_request, $phpbb_path_helper, $phpbb_root_path, $phpEx;
$symfony_request = new \phpbb\symfony_request(
new phpbb_mock_request()
);