Переглянути джерело

Small test fix to RemoteFilesystemMock

Pádraic Brady 11 роки тому
батько
коміт
bdad4f2b0c
1 змінених файлів з 1 додано та 1 видалено
  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];