mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix CS (#11003)
This commit is contained in:
parent
6e205a0c84
commit
131da999ac
357 changed files with 5943 additions and 9174 deletions
|
@ -68,7 +68,7 @@ class BumpCommandTest extends TestCase
|
|||
'require-dev' => [
|
||||
'dev/pkg' => '^2.3.4.5',
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
yield 'bump only dev with --dev-only' => [
|
||||
|
@ -90,7 +90,7 @@ class BumpCommandTest extends TestCase
|
|||
'require-dev' => [
|
||||
'dev/pkg' => '^2.3.4.5',
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
yield 'bump only non-dev with --no-dev-only' => [
|
||||
|
@ -112,7 +112,7 @@ class BumpCommandTest extends TestCase
|
|||
'require-dev' => [
|
||||
'dev/pkg' => '~2.0',
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
yield 'bump works from installed repo without lock file' => [
|
||||
|
@ -129,8 +129,7 @@ class BumpCommandTest extends TestCase
|
|||
'second/pkg' => '^3.4',
|
||||
],
|
||||
],
|
||||
false
|
||||
false,
|
||||
];
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue