Jordi Boggiano 5 роки тому
батько
коміт
88eb61c1d8

+ 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()