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
parent
commit
ee39a47e84
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 3
      tests/Core/Controller/ClientFlowLoginControllerTest.php

3
tests/Core/Controller/ClientFlowLoginControllerTest.php

@ -70,7 +70,8 @@ class ClientFlowLoginControllerTest extends TestCase {
private $crypto; private $crypto;
/** @var IEventDispatcher|\PHPUnit\Framework\MockObject\MockObject */ /** @var IEventDispatcher|\PHPUnit\Framework\MockObject\MockObject */
private $eventDispatcher; private $eventDispatcher;
/** @var ITimeFactory|\PHPUnit\Framework\MockObject\MockObject */
private $timeFactory;
/** @var ClientFlowLoginController */ /** @var ClientFlowLoginController */
private $clientFlowLoginController; private $clientFlowLoginController;

Loading…
Cancel
Save