mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 10:41:51 +05:30
Remove erroneous character
This commit is contained in:
parent
13be557825
commit
ce8248c10f
@ -1671,7 +1671,7 @@ class AuthCodeGrantTest extends \PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @expectedException \League\OAuth2\Server\Exception\OAuthServerException
|
* @expectedException \League\OAuth2\Server\Exception\OAuthServerException
|
||||||
+ * @expectedExceptionCode 5
|
* @expectedExceptionCode 5
|
||||||
*/
|
*/
|
||||||
public function testValidateAuthorizationRequestFailsWithoutScope()
|
public function testValidateAuthorizationRequestFailsWithoutScope()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user