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 7bad946 commit 513d727Copy full SHA for 513d727
test/Gitlab/Tests/ResultPagerTest.php
@@ -22,6 +22,7 @@ public function testFetch()
22
;
23
24
$api = $this->getMockBuilder(ApiInterface::class)
25
+ ->disableOriginalConstructor()
26
->setMethods(['__construct', 'all'])
27
->getMock()
28
@@ -102,6 +103,7 @@ public function testFetchAll()
102
103
104
105
106
107
108
->getMock();
109
$api->expects($this->exactly(1))
0 commit comments