mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Stop testing stdClass as an argument to hasScope, it is pointless
This commit is contained in:
@ -280,6 +280,5 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase
|
||||
$this->assertTrue($s->hasScope(array('foo', 'bar')));
|
||||
$this->assertFalse($s->hasScope(array('foobar')));
|
||||
$this->assertFalse($s->hasScope('foobar'));
|
||||
$this->assertFalse($s->hasScope(new StdClass));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user