Small test fix to RemoteFilesystemMock
parent
2648064e5a
commit
bdad4f2b0c
|
@ -28,7 +28,7 @@ class RemoteFilesystemMock extends RemoteFilesystem
|
||||||
$this->contentMap = $contentMap;
|
$this->contentMap = $contentMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getContents($originUrl, $fileUrl, $progress = true, $options = array())
|
public function getContents($originUrl, $fileUrl, $progress = true, $options = array(), $disableTls = false)
|
||||||
{
|
{
|
||||||
if (!empty($this->contentMap[$fileUrl])) {
|
if (!empty($this->contentMap[$fileUrl])) {
|
||||||
return $this->contentMap[$fileUrl];
|
return $this->contentMap[$fileUrl];
|
||||||
|
|
Loading…
Reference in New Issue