This commit is contained in:
Nuno Maduro
2024-09-05 18:26:13 +01:00
parent 15183c4145
commit 1cae035887

View File

@ -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);