Explorar el Código

Fix 5.3 syntax

Jordi Boggiano hace 5 años
padre
commit
88eb61c1d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Composer/Test/Installer/InstallationManagerTest.php

+ 1 - 1
tests/Composer/Test/Installer/InstallationManagerTest.php

@@ -114,7 +114,7 @@ class InstallationManagerTest extends TestCase
             ->with($this->repository, $updateOperation);
 
         $manager->addInstaller(new NoopInstaller());
-        $manager->execute($this->repository, [$installOperation, $removeOperation, $updateOperation]);
+        $manager->execute($this->repository, array($installOperation, $removeOperation, $updateOperation));
     }
 
     public function testInstall()