| 1 | <?php |
||
| 19 | class InvalidateTest extends \PHPUnit_Framework_TestCase |
||
| 20 | { |
||
| 21 | public function testInvalidated() : void |
||
| 24 | |||
| 25 | public function testInvalidatedReturningAccessTokenObject() : void |
||
| 28 | |||
| 29 | public function testInvalidatedWithAuth() : void |
||
| 32 | |||
| 33 | public function testInvalidatedWithAuthAndReturningAccessTokenObject() : void |
||
| 36 | } |
||
| 37 |