We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d8e51 commit bfb3c24Copy full SHA for bfb3c24
tests/Grant/DeviceCodeGrantTest.php
@@ -367,6 +367,7 @@ public function testRespondToAccessTokenRequest(): void
367
$deviceCodeEntity->setUserCode('123456');
368
$deviceCodeEntity->setExpiryDateTime(new DateTimeImmutable('+1 hour'));
369
$deviceCodeEntity->setClient($client);
370
+
371
$deviceCodeRepositoryMock->method('getDeviceCodeEntityByDeviceCode')
372
->with('deviceCodeEntityIdentifier')
373
->willReturn($deviceCodeEntity);
0 commit comments