We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de99938 commit e1e9931Copy full SHA for e1e9931
1 file changed
tests/unit/Controller/SAMLControllerTest.php
@@ -26,6 +26,7 @@
26
use OCP\IUserSession;
27
use OCP\Security\ICrypto;
28
use OCP\Security\ITrustedDomainHelper;
29
+use OCP\User\Events\UserLoggedInEvent;
30
use PHPUnit\Framework\MockObject\MockObject;
31
use Psr\Log\LoggerInterface;
32
use Test\TestCase;
@@ -103,7 +104,8 @@ function ($param) {
103
104
$this->userResolver,
105
$this->userData,
106
$this->crypto,
- $this->trustedDomainController
107
+ $this->trustedDomainController,
108
+ $this->eventDispatcher,
109
);
110
}
111
0 commit comments