Helmut Januschka 7 năm trước cách đây
mục cha
commit
ae42e4f8a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php

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

@@ -314,7 +314,7 @@ JSON;
             ->shouldBeCalledTimes(1)
         ;
         $this->remoteFilesystem->getLastHeaders()
-          ->willReturn([]);
+          ->willReturn(array());
 
         $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());