CLI-1192: Symfony 6.3.4 breaks checklists #2408
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
|