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 73622cf commit 782b02dCopy full SHA for 782b02d
test/Github/Tests/Api/GitData/CommitsTest.php
@@ -16,7 +16,7 @@ public function shouldShowCommitUsingSha()
16
$api = $this->getApiMock();
17
$api->expects($this->once())
18
->method('get')
19
- ->with('repos/KnpLabs/php-github-api/commits/123')
+ ->with('repos/KnpLabs/php-github-api/git/commits/123')
20
->will($this->returnValue($expectedValue));
21
22
$this->assertEquals($expectedValue, $api->show('KnpLabs', 'php-github-api', 123));
0 commit comments