mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +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->writeWithColor('fg-white, bold', ' ' . $suite->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->writeNewLine();
|
||||||
|
|
||||||
$this->flowId = (int) getmypid();
|
$this->flowId = (int) getmypid();
|
||||||
|
|
||||||
if (!$this->isSummaryTestCountPrinted) {
|
if (!$this->isSummaryTestCountPrinted) {
|
||||||
@ -255,6 +257,8 @@ final class TeamCity extends DefaultResultPrinter
|
|||||||
$this->writePestTestOutput($test->getName(), 'fg-green, bold', '✓');
|
$this->writePestTestOutput($test->getName(), 'fg-green, bold', '✓');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->writeNewLine();
|
||||||
|
|
||||||
if ($test instanceof TestCase) {
|
if ($test instanceof TestCase) {
|
||||||
$this->numAssertions += $test->getNumAssertions();
|
$this->numAssertions += $test->getNumAssertions();
|
||||||
} elseif ($test instanceof PhptTestCase) {
|
} elseif ($test instanceof PhptTestCase) {
|
||||||
|
|||||||
Reference in New Issue
Block a user