mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Output improvements.
This commit is contained in:
@ -249,9 +249,7 @@ final class TeamCity extends DefaultResultPrinter
|
||||
public function endTest(Test $test, float $time): void
|
||||
{
|
||||
if (!TeamCity::isPestTest($test)) {
|
||||
$this->phpunitTeamCity->endTest($test, $time);
|
||||
|
||||
return;
|
||||
parent::endTest($test, $time);
|
||||
}
|
||||
|
||||
$this->printEvent('testFinished', [
|
||||
|
||||
Reference in New Issue
Block a user