Skip to content

Commit df580cc

Browse files
committed
fixed test
1 parent e2b1a9b commit df580cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function shouldGetMembersWithQuery()
338338
$api = $this->getApiMock();
339339
$api->expects($this->once())
340340
->method('get')
341-
->with('projects/1/members', array('query' => 'at'))
341+
->with('projects/1/members', array('query' => 'at', 'page' => 1, 'per_page' => 20))
342342
->will($this->returnValue($expectedArray))
343343
;
344344

0 commit comments

Comments
 (0)