mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Minor code improvements
This commit is contained in:
parent
7053b6f761
commit
80a75e9959
10 changed files with 13 additions and 22 deletions
|
@ -51,7 +51,7 @@ class GitHubTest extends TestCase
|
|||
$this->equalTo($url = sprintf('https://api.%s/', $this->origin)),
|
||||
$this->anything()
|
||||
)
|
||||
->willReturn(new Response(array('url' => $url), 200, array(), '{}'));
|
||||
->willReturn(new Response(array('url' => $url), 200, array(), '{}'))
|
||||
;
|
||||
|
||||
$config = $this->getConfigMock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue