mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Aligns test case name with test names
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user