Skip to content

Commit 5c1f9fc

Browse files
author
Yevgen Kovalienia
committed
KnpLabs#178: Added "Search" check to Github\ClientTest
1 parent bb2b30e commit 5c1f9fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Github/Tests/ClientTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ public function getApiClassesProvider()
186186
array('repository', 'Github\Api\Repo'),
187187
array('repositories', 'Github\Api\Repo'),
188188

189+
array('search', 'Github\Api\Search'),
190+
189191
array('pr', 'Github\Api\PullRequest'),
190192
array('pullRequest', 'Github\Api\PullRequest'),
191193
array('pull_request', 'Github\Api\PullRequest'),

0 commit comments

Comments
 (0)