Fix to broken methods

This commit is contained in:
Alex Bilbie
2016-04-10 10:28:12 +01:00
parent b7064befe4
commit 5410a42bb6
9 changed files with 20 additions and 20 deletions

View File

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