Skip to content

Commit 8481ace

Browse files
committed
Update tests
1 parent 9506afb commit 8481ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/controller/helper_test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ protected function setUp(): void
121121
$this->group_helper = new group_helper(
122122
$this->getMockBuilder(auth::class)->getMock(),
123123
$avatar_helper,
124+
$db,
124125
$this->getMockBuilder(service::class)->disableOriginalConstructor()->getMock(),
125126
new config([]),
126127
$this->language,
@@ -133,6 +134,7 @@ protected function setUp(): void
133134
$phpbb_root_path,
134135
$phpEx
135136
),
137+
$this->template,
136138
$this->user
137139
);
138140

0 commit comments

Comments
 (0)