Helmut Januschka пре 7 година
родитељ
комит
ae42e4f8a3
1 измењених фајлова са 1 додато и 1 уклоњено
  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());