Skip to content

Commit 513d727

Browse files
GrahamCampbellm1guelpf
authored andcommitted
Update ResultPagerTest.php
1 parent 7bad946 commit 513d727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Gitlab/Tests/ResultPagerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function testFetch()
2222
;
2323

2424
$api = $this->getMockBuilder(ApiInterface::class)
25+
->disableOriginalConstructor()
2526
->setMethods(['__construct', 'all'])
2627
->getMock()
2728
;
@@ -102,6 +103,7 @@ public function testFetchAll()
102103
;
103104

104105
$api = $this->getMockBuilder(ApiInterface::class)
106+
->disableOriginalConstructor()
105107
->setMethods(['__construct', 'all'])
106108
->getMock();
107109
$api->expects($this->exactly(1))

0 commit comments

Comments
 (0)