mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
Output improvements.
This commit is contained in:
@ -118,7 +118,7 @@ final class TeamCity extends DefaultResultPrinter
|
|||||||
{
|
{
|
||||||
if (static::isPestTestSuite($suite)) {
|
if (static::isPestTestSuite($suite)) {
|
||||||
$this->writeWithColor('fg-white, bold', ' '.substr_replace($suite->getName(), '', 0, 2).' ');
|
$this->writeWithColor('fg-white, bold', ' '.substr_replace($suite->getName(), '', 0, 2).' ');
|
||||||
} elseif ($suite->count() === 1) {
|
} else {
|
||||||
$this->writeWithColor('fg-white, bold', ' '.$suite->getName());
|
$this->writeWithColor('fg-white, bold', ' '.$suite->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user