We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0e668 commit 18988edCopy full SHA for 18988ed
tests/resource/ResourceServerTest.php
@@ -280,6 +280,5 @@ public function test_isValid_valid()
280
$this->assertTrue($s->hasScope(array('foo', 'bar')));
281
$this->assertFalse($s->hasScope(array('foobar')));
282
$this->assertFalse($s->hasScope('foobar'));
283
- $this->assertFalse($s->hasScope(new StdClass));
284
}
285
0 commit comments