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 08f55a0 commit c87204aCopy full SHA for c87204a
tests/integration/src/Repositories/AccessTokenRepositoryTest.php
@@ -302,7 +302,7 @@ public function testRevokeByAuthCodeId(string $database): void
302
$this->assertFalse($isRevoked);
303
304
// Revoke the access token
305
- $this->mock->revokeByAuthCodeId(self::AUTH_CODE_ID);
+ $this->accessTokenRepository->revokeByAuthCodeId(self::AUTH_CODE_ID);
306
$isRevoked = $this->accessTokenRepository->isAccessTokenRevoked(self::ACCESS_TOKEN_ID);
307
308
$this->assertTrue($isRevoked);
0 commit comments