소스 검색

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