Output improvements.

This commit is contained in:
luke
2021-07-30 12:38:13 +01:00
parent 1abab8d440
commit 2996135155

View File

@ -118,7 +118,7 @@ final class TeamCity extends DefaultResultPrinter
{ {
if (static::isPestTestSuite($suite)) { if (static::isPestTestSuite($suite)) {
$this->writeWithColor('fg-white, bold', ' '.substr_replace($suite->getName(), '', 0, 2).' '); $this->writeWithColor('fg-white, bold', ' '.substr_replace($suite->getName(), '', 0, 2).' ');
} else { } elseif ($suite->count() === 1) {
$this->writeWithColor('fg-white, bold', ' '.$suite->getName()); $this->writeWithColor('fg-white, bold', ' '.$suite->getName());
} }