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 cb34127 commit a06df29Copy full SHA for a06df29
tests/OAuthFilterTest.php
@@ -4,6 +4,9 @@
4
5
class OAuthFilterTest extends PHPUnit_Framework_TestCase {
6
7
-
+ public function test_filter_with_no_scope()
8
+ {
9
+ $this->assertTrue(true);
10
+ }
11
12
}
0 commit comments