mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Adds new lines
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user