1 | <?php |
||
19 | class ApplicationDeAuthenticateTest extends \PHPUnit_Framework_TestCase |
||
20 | { |
||
21 | public function testApplicationDeAuthenticated() : void |
||
24 | |||
25 | public function testApplicationDeAuthenticatedReturningAccessTokenObject() : void |
||
28 | |||
29 | public function testApplicationDeAuthenticatedWithAuth() : void |
||
32 | |||
33 | public function testApplicationDeAuthenticatedWithAuthAndReturningAccessTokenObject() : void |
||
36 | } |
||
37 |