mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix to broken methods
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user