mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Fixed test checks
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
This commit is contained in:
parent
ed2cabc5b6
commit
9844613b2d
@ -72,7 +72,7 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @expectedException \Oauth2\Resource\OAuthResourceServerException
|
* @expectedException \Oauth2\Resource\ClientException
|
||||||
* @expectedExceptionMessage An access token was not presented with the request
|
* @expectedExceptionMessage An access token was not presented with the request
|
||||||
*/
|
*/
|
||||||
function test_init_missingToken()
|
function test_init_missingToken()
|
||||||
@ -81,7 +81,7 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @expectedException \Oauth2\Resource\OAuthResourceServerException
|
* @expectedException \Oauth2\Resource\ClientException
|
||||||
* @expectedExceptionMessage The access token is not registered with the resource server
|
* @expectedExceptionMessage The access token is not registered with the resource server
|
||||||
*/
|
*/
|
||||||
function test_init_wrongToken()
|
function test_init_wrongToken()
|
||||||
|
Loading…
Reference in New Issue
Block a user