Symfony Console 6 #1938
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
|