Fix Errors

Signed-off-by: David Loe <d.loewens24@gmail.com>
This commit is contained in:
David Loe
2021-05-11 08:11:14 +02:00
committed by Julius Härtl
parent b6756b4617
commit e256cf23ce
3 changed files with 3 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ class BoardServiceTest extends TestCase {
$this->service = new BoardService(
$this->boardMapper,
$this->stackMapper,
$this->cardMapper,
$this->config,
$this->l10n,
$this->labelMapper,
@@ -121,7 +122,6 @@ class BoardServiceTest extends TestCase {
$this->permissionService,
$this->notificationHelper,
$this->assignedUsersMapper,
$this->cardMapper,
$this->userManager,
$this->groupManager,
$this->activityManager,