From df172d8eed796fa5653d0e7ff6b6ecdd95cd3556 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 30 Jul 2021 15:36:38 +0100 Subject: [PATCH] Adds new lines --- src/Logging/TeamCity.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Logging/TeamCity.php b/src/Logging/TeamCity.php index 494aa8c8..a8713172 100644 --- a/src/Logging/TeamCity.php +++ b/src/Logging/TeamCity.php @@ -122,6 +122,8 @@ final class TeamCity extends DefaultResultPrinter $this->writeWithColor('fg-white, bold', ' ' . $suite->getName()); } + $this->writeNewLine(); + $this->flowId = (int) getmypid(); if (!$this->isSummaryTestCountPrinted) { @@ -255,6 +257,8 @@ final class TeamCity extends DefaultResultPrinter $this->writePestTestOutput($test->getName(), 'fg-green, bold', '✓'); } + $this->writeNewLine(); + if ($test instanceof TestCase) { $this->numAssertions += $test->getNumAssertions(); } elseif ($test instanceof PhptTestCase) {