Fixes a problem with the PhpUnit logger

This commit is contained in:
luke
2021-08-10 14:57:36 +01:00
parent 5c592928d4
commit c7a2e68941

View File

@ -286,7 +286,7 @@ final class TeamCity extends DefaultResultPrinter
{
$this->markAsFailure($t);
$this->writeWarning($test->getName());
$this->phpunitTeamCity->addSkippedTest($test, $t, $time);
$this->phpunitTeamCity->printIgnoredTest($test->getName(), $t, $time);
}
private function markAsFailure(Throwable $t): void