1
0
Fork 0

Small test fix to RemoteFilesystemMock

pull/2745/head
Pádraic Brady 2014-02-23 14:51:03 +00:00
parent 2648064e5a
commit bdad4f2b0c
1 changed files with 1 additions and 1 deletions

View File

@ -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];