浏览代码

Fix 5.3 syntax

Jordi Boggiano 5 年之前
父节点
当前提交
88eb61c1d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()