Parcourir la source

Small test fix to RemoteFilesystemMock

Pádraic Brady il y a 11 ans
Parent
commit
bdad4f2b0c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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];