Skip to content

Commit f6cca63

Browse files
author
Dickriven Chellemboyee
committed
add statistics in api call
1 parent ee89120 commit f6cca63

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
@@ -134,7 +134,7 @@ public function shouldShowProjectWithStatistics()
134134
->will($this->returnValue($expectedArray))
135135
;
136136

137-
$this->assertEquals($expectedArray, $api->show(1));
137+
$this->assertEquals($expectedArray, $api->show(1, ['statistics' => true]));
138138
}
139139

140140
/**

0 commit comments

Comments
 (0)