mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-15 02:14:26 +05:30
Applied fixes from StyleCI
This commit is contained in:
@@ -42,7 +42,7 @@ class ClientCredentialsGrantTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$responseType = new StubResponseType();
|
||||
$grant->respondToRequest($serverRequest, $responseType, new \DateInterval('PT5M'));
|
||||
|
||||
|
||||
$this->assertTrue($responseType->getAccessToken() instanceof AccessTokenEntityInterface);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user