mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 20:22:17 +02: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
|
public function startTestSuite(TestSuite $suite): void
|
||||||
{
|
{
|
||||||
if (str_starts_with($suite->getName(), 'P\\')) {
|
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();
|
$this->flowId = (int) getmypid();
|
||||||
|
|||||||
Reference in New Issue
Block a user