Skip to content

Commit

Permalink
Merge pull request #40829 from nextcloud/fix/fix-dynamic-property-in-…
Browse files Browse the repository at this point in the history
…core-tests

Fix Dynamic property timeFactory in ClientFlowLoginControllerTest
  • Loading branch information
come-nc committed Oct 9, 2023
2 parents 4e8ec0b + ee39a47 commit 2b7d01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Core/Controller/ClientFlowLoginControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b7d01a

Please sign in to comment.