From 04d8a3762b72708b3bd0084effcd5635f76f314f Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 30 Jul 2021 12:31:03 +0100 Subject: [PATCH] Output improvements. --- src/Logging/TeamCity.php | 2 ++ 1 file changed, 2 insertions(+) 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();