mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix origin computation
This commit is contained in:
parent
0261ce8092
commit
0fe200d6d9
2 changed files with 9 additions and 2 deletions
|
@ -207,7 +207,7 @@ JSON;
|
|||
JSON;
|
||||
|
||||
$this->remoteFilesystem
|
||||
->getContents($domain, $apiUrl, false, array())
|
||||
->getContents($domain.':'.$port, $apiUrl, false, array())
|
||||
->willReturn(sprintf($projectData, $domain, $port, $namespace))
|
||||
->shouldBeCalledTimes(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue