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.
2 parents 3afd34d + 18b4ac7 commit d49e341Copy full SHA for d49e341
test/Github/Tests/Api/RepoTest.php
@@ -426,9 +426,9 @@ public function shouldGetCommitActivity()
426
427
$api = $this->getApiMock();
428
$api->expects($this->once())
429
- ->method('get')
430
- ->with('repos/KnpLabs/php-github-api/stats/commit_activity')
431
- ->will($this->returnValue($expectedArray));
+ ->method('get')
+ ->with('repos/KnpLabs/php-github-api/stats/commit_activity')
+ ->will($this->returnValue($expectedArray));
432
433
$this->assertEquals($expectedArray, $api->activity('KnpLabs', 'php-github-api'));
434
}
0 commit comments