From 1cae035887d367f9555c0b4f9980339a829adbf0 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 5 Sep 2024 18:26:13 +0100 Subject: [PATCH] fix --- src/Functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Functions.php b/src/Functions.php index 401e1e3e..a1aeb865 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -227,6 +227,7 @@ if (! function_exists('covers')) { $beforeEachCall = (new BeforeEachCall(TestSuite::getInstance(), $filename)); $beforeEachCall->covers(...$classesOrFunctions); + $beforeEachCall->group('__pest_mutate_only'); /** @var MutationTestRunner $runner */ $runner = Container::getInstance()->get(MutationTestRunner::class);