Skip to content

Symfony Console 6 #1938

Symfony Console 6

Symfony Console 6 #1938

Triggered via pull request November 1, 2023 19:56
Status Success
Total duration 1m 25s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
1m 14s
Mutation Testing
Fit to window
Zoom out
Zoom in

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