Aligns test case name with test names

This commit is contained in:
luke
2021-07-16 17:59:07 +01:00
parent f9de1b9c00
commit 05f72f9b6d

View File

@ -77,7 +77,7 @@ final class TeamCity extends DefaultResultPrinter
public function startTestSuite(TestSuite $suite): void
{
if (str_starts_with($suite->getName(), 'P\\')) {
$this->writeWithColor('fg-white, bold', ' ' . substr_replace($suite->getName(), '', 0, 2) . ' ');
$this->writeWithColor('fg-white, bold', ' ' . substr_replace($suite->getName(), '', 0, 2) . ' ');
}
$this->flowId = (int) getmypid();