Skip to content

Commit 044f40a

Browse files
committed
Fix tests
1 parent 917e762 commit 044f40a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/event/listener_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ protected function setUp(): void
9191
$this->notification_method_webpush = new \phpbb\webpushnotifications\notification\method\webpush(
9292
$this->config,
9393
$db,
94+
$this->language,
9495
new \phpbb\log\dummy(),
9596
$user_loader,
9697
$this->user,

tests/notification/notification_method_webpush_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ protected function setUp(): void
171171
$this->notification_method_webpush = new webpush(
172172
$phpbb_container->get('config'),
173173
$phpbb_container->get('dbal.conn'),
174+
$phpbb_container->get('language'),
174175
$phpbb_container->get('log'),
175176
$phpbb_container->get('user_loader'),
176177
$phpbb_container->get('user'),

0 commit comments

Comments
 (0)