mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/15233] Amend tests for avatar helper
PHPBB3-15233
This commit is contained in:
@@ -48,6 +48,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
|
||||
));
|
||||
$this->container->set('group_helper', new \phpbb\group\helper(
|
||||
$this->getMockBuilder('\phpbb\auth\auth')->disableOriginalConstructor()->getMock(),
|
||||
$this->getMockBuilder('\phpbb\avatar\helper')->disableOriginalConstructor()->getMock(),
|
||||
$this->cache,
|
||||
$this->config,
|
||||
new \phpbb\language\language(
|
||||
|
Reference in New Issue
Block a user