mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
fix: load of mutate
This commit is contained in:
@ -92,6 +92,7 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"pest": {
|
"pest": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
"Pest\\Mutate\\Plugins\\Mutate",
|
||||||
"Pest\\Plugins\\Configuration",
|
"Pest\\Plugins\\Configuration",
|
||||||
"Pest\\Plugins\\Bail",
|
"Pest\\Plugins\\Bail",
|
||||||
"Pest\\Plugins\\Cache",
|
"Pest\\Plugins\\Cache",
|
||||||
|
|||||||
@ -191,9 +191,6 @@ final readonly class Help implements HandlesArguments
|
|||||||
], [
|
], [
|
||||||
'arg' => '--mutate --ignore-min-score-on-zero-mutations',
|
'arg' => '--mutate --ignore-min-score-on-zero-mutations',
|
||||||
'desc' => 'Ignore the minimum score requirement when there are no mutations',
|
'desc' => 'Ignore the minimum score requirement when there are no mutations',
|
||||||
], [
|
|
||||||
'arg' => '--mutate --ignore-min-score-on-zero-mutations',
|
|
||||||
'desc' => 'Ignore the minimum score requirement when there are no mutations',
|
|
||||||
], [
|
], [
|
||||||
'arg' => '--mutate --covered-only',
|
'arg' => '--mutate --covered-only',
|
||||||
'desc' => 'Only generate mutations for classes that are covered by tests',
|
'desc' => 'Only generate mutations for classes that are covered by tests',
|
||||||
|
|||||||
Reference in New Issue
Block a user