Skip to content

CLI-1192: Symfony 6.3.4 breaks checklists #2408

CLI-1192: Symfony 6.3.4 breaks checklists

CLI-1192: Symfony 6.3.4 breaks checklists #2408

Triggered via pull request July 11, 2024 20:24
Status Failure
Total duration 48s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
38s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Mutation Testing
Process completed with exit code 1.
Mutation Testing: src/Output/Spinner/Spinner.php#L108
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $this->progressBar->setEmptyBarCharacter('⌛'); $this->progressBar->setFormat($indentString . "%bar% %message%\n%detail%"); $this->progressBar->setBarWidth(1); - $this->progressBar->setMessage(' ', 'detail'); + $this->progressBar->setOverwrite($output->getVerbosity() < OutputInterface::VERBOSITY_VERBOSE); } public function start() : void