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 4484c6f commit f7f82c0Copy full SHA for f7f82c0
test/Gitlab/Tests/Api/GroupsTest.php
@@ -203,7 +203,7 @@ public function shouldGetAllMembers()
203
->will($this->returnValue($expectedArray))
204
;
205
206
- $this->assertEquals($expectedArray, $api->members(1));
+ $this->assertEquals($expectedArray, $api->allMembers(1));
207
}
208
209
/**
test/Gitlab/Tests/Api/ProjectsTest.php
@@ -577,7 +577,7 @@ public function shouldGetAllMembers()
577
578
579
580
581
582
583
0 commit comments