1 | <?php |
||
14 | class ClientTest extends AbstractTest |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Test instance of Client's class |
||
19 | */ |
||
20 | public function testClient() |
||
24 | |||
25 | /** |
||
26 | * Test instance of Activity's class |
||
27 | */ |
||
28 | public function testActivityReceiver() |
||
32 | |||
33 | /** |
||
34 | * Test instance of Enterprise's class |
||
35 | */ |
||
36 | public function testEnterpriseReceiver() |
||
40 | |||
41 | /** |
||
42 | * Test instance of Gists's class |
||
43 | */ |
||
44 | public function testGistsReceiver() |
||
48 | |||
49 | /** |
||
50 | * Test instance of GitData's class |
||
51 | */ |
||
52 | public function testGitDataReceiver() |
||
56 | |||
57 | /** |
||
58 | * Test instance of Issues's class |
||
59 | */ |
||
60 | public function testIssuesReceiver() |
||
64 | |||
65 | /** |
||
66 | * Test instance of Miscellaneous's class |
||
67 | */ |
||
68 | public function testMiscellaneousReceiver() |
||
72 | |||
73 | /** |
||
74 | * Test instance of Organizations's class |
||
75 | */ |
||
76 | public function testOrganizationsReceiver() |
||
80 | |||
81 | /** |
||
82 | * Test instance of PullRequests's class |
||
83 | */ |
||
84 | public function testPullRequestsReceiver() |
||
88 | |||
89 | /** |
||
90 | * Test instance of Repositories's class |
||
91 | */ |
||
92 | public function testRepositoriesReceiver() |
||
96 | |||
97 | /** |
||
98 | * Test instance of Search's class |
||
99 | */ |
||
100 | public function testSearchReceiver() |
||
104 | |||
105 | /** |
||
106 | * Test instance of Users's class |
||
107 | */ |
||
108 | public function testUsersReceiver() |
||
112 | } |