Skip to content

Commit b0d97bb

Browse files
committed
add use statements
1 parent 680463f commit b0d97bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/TokenGeneratorTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ final public function testIdTokenGenerationWithoutClientId(): void
236236
* @covers ::generateIdToken
237237
*
238238
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
239+
* @uses ::bindAccessToken
240+
* @uses ::signToken
239241
*/
240242
final public function testIdTokenGenerationWithoutDpopKey(): void
241243
{
@@ -329,6 +331,8 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
329331
* @covers ::generateIdToken
330332
*
331333
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
334+
* @uses ::bindAccessToken
335+
* @uses ::signToken
332336
*/
333337
final public function testIdTokenGeneration(): void
334338
{

0 commit comments

Comments
 (0)