Symfony Console 6 #1938
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
mutation.yml
on: pull_request
Mutation Testing
1m 14s
Annotations
1 warning
Mutation Testing:
src/Command/Api/ApiBaseCommand.php#L57
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
private array $pathParams = [];
protected function configure() : void
{
- $this->setHidden();
+
parent::configure();
}
protected function interact(InputInterface $input, OutputInterface $output) : void
|