Helmut Januschka %!s(int64=7) %!d(string=hai) anos
pai
achega
ae42e4f8a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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());