Adds new lines

This commit is contained in:
luke
2021-07-30 15:36:38 +01:00
parent 24b9160b79
commit df172d8eed

View File

@ -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) {