We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9506afb commit 8481aceCopy full SHA for 8481ace
1 file changed
tests/controller/helper_test.php
@@ -121,6 +121,7 @@ protected function setUp(): void
121
$this->group_helper = new group_helper(
122
$this->getMockBuilder(auth::class)->getMock(),
123
$avatar_helper,
124
+ $db,
125
$this->getMockBuilder(service::class)->disableOriginalConstructor()->getMock(),
126
new config([]),
127
$this->language,
@@ -133,6 +134,7 @@ protected function setUp(): void
133
134
$phpbb_root_path,
135
$phpEx
136
),
137
+ $this->template,
138
$this->user
139
);
140
0 commit comments