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 0e0c8e0 commit c89ebe4Copy full SHA for c89ebe4
test/Github/Tests/ResultPagerTest.php
@@ -90,7 +90,7 @@ public function shouldGetAllSearchResults()
90
91
$method = 'users';
92
$paginator = new Github\ResultPager($clientMock);
93
- $result = $paginator->fetchAll($searchApiMock, $method);
+ $result = $paginator->fetchAll($searchApiMock, $method, ['knplabs']);
94
95
$this->assertEquals($amountLoops * count($content['items']), count($result));
96
}
0 commit comments