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 cd7a71e commit 759e689Copy full SHA for 759e689
tests/integration/src/Repositories/AccessTokenRepositoryTest.php
@@ -116,6 +116,10 @@ public function setUp(): void
116
'is_revoked' => false,
117
'auth_code_id' => self::AUTH_CODE_ID,
118
'requested_claims' => '[]',
119
+ 'flow_type' => null,
120
+ 'authorization_details' => null,
121
+ 'bound_client_id' => null,
122
+ 'bound_redirect_uri' => null,
123
];
124
125
$this->accessTokenEntityMock = $this->createMock(AccessTokenEntity::class);
0 commit comments