浏览代码

Fix build

Jordi Boggiano 7 年之前
父节点
当前提交
a6627d55b7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php

+ 2 - 2
tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php

@@ -319,7 +319,7 @@ JSON;
 JSON;
 
         $this->remoteFilesystem
-            ->getContents('mycompany.com/gitlab', $apiUrl, false)
+            ->getContents('mycompany.com/gitlab', $apiUrl, false, array())
             ->willReturn($projectData)
             ->shouldBeCalledTimes(1)
         ;
@@ -352,7 +352,7 @@ JSON;
 JSON;
 
         $this->remoteFilesystem
-            ->getContents('gitlab.com', $apiUrl, false)
+            ->getContents('gitlab.com', $apiUrl, false, array())
             ->willReturn($projectData)
             ->shouldBeCalledTimes(1)
         ;