mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15886] Arguments for path_helper
PHPBB3-15886
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user