Skip to content

Commit 51b3159

Browse files
committed
add bae64
1 parent b0d97bb commit 51b3159

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/TokenGeneratorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ final public function testIdTokenGenerationWithoutClientId(): void
236236
* @covers ::generateIdToken
237237
*
238238
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
239-
* @uses ::bindAccessToken
240-
* @uses ::signToken
239+
* @uses \Pdsinterop\Solid\Auth\TokenGenerator
240+
* @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
241241
*/
242242
final public function testIdTokenGenerationWithoutDpopKey(): void
243243
{
@@ -331,8 +331,8 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
331331
* @covers ::generateIdToken
332332
*
333333
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
334-
* @uses ::bindAccessToken
335-
* @uses ::signToken
334+
* @uses \Pdsinterop\Solid\Auth\TokenGenerator
335+
* @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
336336
*/
337337
final public function testIdTokenGeneration(): void
338338
{

0 commit comments

Comments
 (0)