Fix 5.3 syntax

main
Jordi Boggiano 5 years ago
parent 3b0339802b
commit 88eb61c1d8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

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

Loading…
Cancel
Save