From f857b4889c72a996a1107b1874429e1b8a76b2cd Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 8 Sep 2024 23:56:48 +0100 Subject: [PATCH] fix: load of mutate --- composer.json | 1 + src/Plugins/Help.php | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 322739ad..966d8558 100644 --- a/composer.json +++ b/composer.json @@ -92,6 +92,7 @@ "extra": { "pest": { "plugins": [ + "Pest\\Mutate\\Plugins\\Mutate", "Pest\\Plugins\\Configuration", "Pest\\Plugins\\Bail", "Pest\\Plugins\\Cache", diff --git a/src/Plugins/Help.php b/src/Plugins/Help.php index 0d5ed55a..89a47b66 100644 --- a/src/Plugins/Help.php +++ b/src/Plugins/Help.php @@ -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',