mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix tests
This commit is contained in:
parent
cf0753e062
commit
e0ce22f7cc
4 changed files with 36 additions and 10 deletions
|
@ -28,7 +28,7 @@ class RemoteFilesystemMock extends RemoteFilesystem
|
|||
$this->contentMap = $contentMap;
|
||||
}
|
||||
|
||||
public function getContents($originUrl, $fileUrl, $progress = true)
|
||||
public function getContents($originUrl, $fileUrl, $progress = true, $options = array())
|
||||
{
|
||||
if (!empty($this->contentMap[$fileUrl])) {
|
||||
return $this->contentMap[$fileUrl];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue