From 05f72f9b6df586f8bac10026e06370058b9eb3d4 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 16 Jul 2021 17:59:07 +0100 Subject: [PATCH] Aligns test case name with test names --- src/Logging/TeamCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logging/TeamCity.php b/src/Logging/TeamCity.php index 1bfeea71..63cf7245 100644 --- a/src/Logging/TeamCity.php +++ b/src/Logging/TeamCity.php @@ -77,7 +77,7 @@ final class TeamCity extends DefaultResultPrinter public function startTestSuite(TestSuite $suite): void { if (str_starts_with($suite->getName(), 'P\\')) { - $this->writeWithColor('fg-white, bold', ' ' . substr_replace($suite->getName(), '', 0, 2) . ' '); + $this->writeWithColor('fg-white, bold', ' ' . substr_replace($suite->getName(), '', 0, 2) . ' '); } $this->flowId = (int) getmypid();