mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixer
This commit is contained in:
parent
02d56da414
commit
ff59bbdab0
59 changed files with 196 additions and 111 deletions
|
@ -86,7 +86,8 @@ class InstallationManagerTest extends TestCase
|
|||
$installOperation = new InstallOperation($this->createPackageMock());
|
||||
$removeOperation = new UninstallOperation($this->createPackageMock());
|
||||
$updateOperation = new UpdateOperation(
|
||||
$this->createPackageMock(), $this->createPackageMock()
|
||||
$this->createPackageMock(),
|
||||
$this->createPackageMock()
|
||||
);
|
||||
|
||||
$manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue