Fix Dynamic property timeFactory in ClientFlowLoginControllerTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/40829/head
Côme Chilliet 8 months ago
parent cad745b0d6
commit ee39a47e84
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

@ -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;

Loading…
Cancel
Save