Skip to content

Commit a06df29

Browse files
author
Luca Degasperi
committed
...
1 parent cb34127 commit a06df29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/OAuthFilterTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
class OAuthFilterTest extends PHPUnit_Framework_TestCase {
66

7-
7+
public function test_filter_with_no_scope()
8+
{
9+
$this->assertTrue(true);
10+
}
811

912
}

0 commit comments

Comments
 (0)