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 3c8a9fa commit d61280fCopy full SHA for d61280f
tests/unit/TokenGeneratorTest.php
@@ -318,7 +318,7 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
318
319
$this->mockKeys->expects($this->once())
320
->method('getPublicKey')
321
- ->willReturn($this->mockPublicKey)
+ ->willReturn($mockPublicKey)
322
;
323
324
$privateKey = file_get_contents(__DIR__.'/../fixtures/keys/private.key');
0 commit comments