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

@@ -250,7 +250,7 @@ class AbstractGrantTest extends \PHPUnit_Framework_TestCase
'grant_type' => 'foobar',
]);
$this->assertTrue($grantMock->canRespondToRequest($serverRequest));
$this->assertTrue($grantMock->canRespondToAccessTokenRequest($serverRequest));
}
public function testIssueRefreshToken()