Fix 5.3 syntax
parent
3b0339802b
commit
88eb61c1d8
|
@ -114,7 +114,7 @@ class InstallationManagerTest extends TestCase
|
||||||
->with($this->repository, $updateOperation);
|
->with($this->repository, $updateOperation);
|
||||||
|
|
||||||
$manager->addInstaller(new NoopInstaller());
|
$manager->addInstaller(new NoopInstaller());
|
||||||
$manager->execute($this->repository, [$installOperation, $removeOperation, $updateOperation]);
|
$manager->execute($this->repository, array($installOperation, $removeOperation, $updateOperation));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testInstall()
|
public function testInstall()
|
||||||
|
|
Loading…
Reference in New Issue