diff --git a/src/Logging/TeamCity.php b/src/Logging/TeamCity.php index 3db4daa9..cadde92f 100644 --- a/src/Logging/TeamCity.php +++ b/src/Logging/TeamCity.php @@ -119,6 +119,8 @@ final class TeamCity extends DefaultResultPrinter { if (static::isPestTestSuite($suite)) { $this->writeWithColor('fg-white, bold', ' ' . substr_replace($suite->getName(), '', 0, 2) . ' '); + } else { + $this->writeWithColor('fg-white, bold', ' ' . $suite->getName()); } $this->flowId = (int) getmypid();