Skip to content

Commit 66f8325

Browse files
committed
tests(Unit): fix instantion of UserBackend
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent de99938 commit 66f8325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/Controller/SAMLControllerTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ function ($param) {
103103
$this->userResolver,
104104
$this->userData,
105105
$this->crypto,
106-
$this->trustedDomainController
106+
$this->trustedDomainController,
107+
$this->eventDispatcher,
107108
);
108109
}
109110

0 commit comments

Comments
 (0)