mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Test fixes
This commit is contained in:
@@ -131,7 +131,7 @@ class ServerTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
|
||||
try {
|
||||
$server->validateRequest(new ServerRequest());
|
||||
$server->validateAuthenticatedRequest(new ServerRequest());
|
||||
} catch (OAuthServerException $e) {
|
||||
$this->assertEquals('Missing "Authorization" header', $e->getHint());
|
||||
}
|
||||
|
Reference in New Issue
Block a user