Skip to content

Commit 759e689

Browse files
committed
Update AT state
1 parent cd7a71e commit 759e689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/src/Repositories/AccessTokenRepositoryTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ public function setUp(): void
116116
'is_revoked' => false,
117117
'auth_code_id' => self::AUTH_CODE_ID,
118118
'requested_claims' => '[]',
119+
'flow_type' => null,
120+
'authorization_details' => null,
121+
'bound_client_id' => null,
122+
'bound_redirect_uri' => null,
119123
];
120124

121125
$this->accessTokenEntityMock = $this->createMock(AccessTokenEntity::class);

0 commit comments

Comments
 (0)