Skip to content

Commit

Permalink
tests(Unit): fix instantion of UserBackend
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Oct 4, 2024
1 parent de99938 commit 66f8325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/Controller/SAMLControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ function ($param) {
$this->userResolver,
$this->userData,
$this->crypto,
$this->trustedDomainController
$this->trustedDomainController,
$this->eventDispatcher,
);
}

Expand Down

0 comments on commit 66f8325

Please sign in to comment.