We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2b30e commit 5c1f9fcCopy full SHA for 5c1f9fc
test/Github/Tests/ClientTest.php
@@ -186,6 +186,8 @@ public function getApiClassesProvider()
186
array('repository', 'Github\Api\Repo'),
187
array('repositories', 'Github\Api\Repo'),
188
189
+ array('search', 'Github\Api\Search'),
190
+
191
array('pr', 'Github\Api\PullRequest'),
192
array('pullRequest', 'Github\Api\PullRequest'),
193
array('pull_request', 'Github\Api\PullRequest'),
0 commit comments