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 c89ebe4 commit 2ea276aCopy full SHA for 2ea276a
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, ['knplabs']);
+ $result = $paginator->fetchAll($searchApiMock, $method, array('knplabs'));
94
95
$this->assertEquals($amountLoops * count($content['items']), count($result));
96
}
0 commit comments