Remove extra line

This commit is contained in:
sephster
2018-09-02 15:46:59 +01:00
parent e85a8e31e8
commit 5d3d9d95be

View File

@@ -673,7 +673,6 @@ class AuthCodeGrantTest extends TestCase
$this->assertInstanceOf(AccessTokenEntityInterface::class, $response->getAccessToken()); $this->assertInstanceOf(AccessTokenEntityInterface::class, $response->getAccessToken());
$this->assertInstanceOf(RefreshTokenEntityInterface::class, $response->getRefreshToken()); $this->assertInstanceOf(RefreshTokenEntityInterface::class, $response->getRefreshToken());
} }
public function testRespondToAccessTokenRequestCodeChallengePlain() public function testRespondToAccessTokenRequestCodeChallengePlain()