Browse Source
Fix Dynamic property timeFactory in ClientFlowLoginControllerTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/40829/head
Côme Chilliet
2 years ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
2 additions and
1 deletions
-
tests/Core/Controller/ClientFlowLoginControllerTest.php
|
|
|
@ -70,7 +70,8 @@ class ClientFlowLoginControllerTest extends TestCase { |
|
|
|
private $crypto; |
|
|
|
/** @var IEventDispatcher|\PHPUnit\Framework\MockObject\MockObject */ |
|
|
|
private $eventDispatcher; |
|
|
|
|
|
|
|
/** @var ITimeFactory|\PHPUnit\Framework\MockObject\MockObject */ |
|
|
|
private $timeFactory; |
|
|
|
|
|
|
|
/** @var ClientFlowLoginController */ |
|
|
|
private $clientFlowLoginController; |
|
|
|
|