1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01:00

[ticket/15886] Arguments for path_helper

PHPBB3-15886
This commit is contained in:
mrgoldy 2018-11-29 20:46:52 +01:00
parent a1baf106d6
commit d356fa9f97

View File

@ -56,7 +56,15 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
new phpbb\language\language_file_loader($phpbb_root_path, $phpEx)
),
new phpbb_mock_event_dispatcher(),
$this->getMock('\phpbb\path_helper'),
new \phpbb\path_helper(
new \phpbb\symfony_request(
new phpbb_mock_request()
),
new \phpbb\filesystem\filesystem(),
$this->getMock('\phpbb\request\request'),
$phpbb_root_path,
$phpEx
),
$this->user,
$phpbb_root_path,
$phpEx