mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix build
This commit is contained in:
parent
ce56fc4ab6
commit
a6627d55b7
1 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ JSON;
|
|||
JSON;
|
||||
|
||||
$this->remoteFilesystem
|
||||
->getContents('mycompany.com/gitlab', $apiUrl, false)
|
||||
->getContents('mycompany.com/gitlab', $apiUrl, false, array())
|
||||
->willReturn($projectData)
|
||||
->shouldBeCalledTimes(1)
|
||||
;
|
||||
|
@ -352,7 +352,7 @@ JSON;
|
|||
JSON;
|
||||
|
||||
$this->remoteFilesystem
|
||||
->getContents('gitlab.com', $apiUrl, false)
|
||||
->getContents('gitlab.com', $apiUrl, false, array())
|
||||
->willReturn($projectData)
|
||||
->shouldBeCalledTimes(1)
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue