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 3afd34d commit 18b4ac7Copy full SHA for 18b4ac7
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