fix: load of mutate

This commit is contained in:
Nuno Maduro
2024-09-08 23:56:48 +01:00
parent c6b81e6e12
commit f857b4889c
2 changed files with 1 additions and 3 deletions

View File

@ -92,6 +92,7 @@
"extra": {
"pest": {
"plugins": [
"Pest\\Mutate\\Plugins\\Mutate",
"Pest\\Plugins\\Configuration",
"Pest\\Plugins\\Bail",
"Pest\\Plugins\\Cache",

View File

@ -191,9 +191,6 @@ final readonly class Help implements HandlesArguments
], [
'arg' => '--mutate --ignore-min-score-on-zero-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',
'desc' => 'Only generate mutations for classes that are covered by tests',