1 | <?php |
||
12 | class PaginatedKnpLabsUserFacadeTest extends \PHPUnit_Framework_TestCase |
||
13 | { |
||
14 | private $facade; |
||
15 | |||
16 | public function setUp() |
||
24 | |||
25 | /** |
||
26 | * @group GithubIntegration |
||
27 | * @group Live |
||
28 | */ |
||
29 | public function testFetchAllAccessibleRepos() |
||
33 | |||
34 | /** |
||
35 | * @return \Github\Client |
||
36 | */ |
||
37 | private function getTokenAuthenticatedApiClient() |
||
43 | |||
44 | /** |
||
45 | * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken |
||
46 | */ |
||
47 | private function provideTestUser() |
||
54 | } |
||
55 |