mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +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
|
public function endTest(Test $test, float $time): void
|
||||||
{
|
{
|
||||||
if (!TeamCity::isPestTest($test)) {
|
if (!TeamCity::isPestTest($test)) {
|
||||||
$this->phpunitTeamCity->endTest($test, $time);
|
parent::endTest($test, $time);
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->printEvent('testFinished', [
|
$this->printEvent('testFinished', [
|
||||||
|
|||||||
Reference in New Issue
Block a user