Add a test for a missing scope for the password grant

This commit is contained in:
Sephster
2017-11-13 23:16:30 +00:00
parent 1e3a84fc85
commit 1bcee9aaba
4 changed files with 46 additions and 6 deletions

View File

@@ -92,7 +92,5 @@ class ClientCredentialsGrantTest extends \PHPUnit_Framework_TestCase
$responseType = new StubResponseType();
$grant->respondToAccessTokenRequest($serverRequest, $responseType, new \DateInterval('PT5M'));
$this->assertTrue($responseType->getAccessToken() instanceof AccessTokenEntityInterface);
}
}