mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 00:28:53 +00:00
[ticket/15886] Arguments for path_helper
PHPBB3-15886
This commit is contained in:
parent
a1baf106d6
commit
d356fa9f97
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue