Explorar o código

Small test fix to RemoteFilesystemMock

Pádraic Brady %!s(int64=11) %!d(string=hai) anos
pai
achega
bdad4f2b0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Composer/Test/Mock/RemoteFilesystemMock.php

+ 1 - 1
tests/Composer/Test/Mock/RemoteFilesystemMock.php

@@ -28,7 +28,7 @@ class RemoteFilesystemMock extends RemoteFilesystem
         $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])) {
             return $this->contentMap[$fileUrl];