1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Fix build

This commit is contained in:
Jordi Boggiano 2017-05-16 23:50:15 +02:00
parent ce56fc4ab6
commit a6627d55b7

View file

@ -319,7 +319,7 @@ JSON;
JSON; JSON;
$this->remoteFilesystem $this->remoteFilesystem
->getContents('mycompany.com/gitlab', $apiUrl, false) ->getContents('mycompany.com/gitlab', $apiUrl, false, array())
->willReturn($projectData) ->willReturn($projectData)
->shouldBeCalledTimes(1) ->shouldBeCalledTimes(1)
; ;
@ -352,7 +352,7 @@ JSON;
JSON; JSON;
$this->remoteFilesystem $this->remoteFilesystem
->getContents('gitlab.com', $apiUrl, false) ->getContents('gitlab.com', $apiUrl, false, array())
->willReturn($projectData) ->willReturn($projectData)
->shouldBeCalledTimes(1) ->shouldBeCalledTimes(1)
; ;