mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
Fixes a problem with the PhpUnit logger
This commit is contained in:
@ -286,7 +286,7 @@ final class TeamCity extends DefaultResultPrinter
|
|||||||
{
|
{
|
||||||
$this->markAsFailure($t);
|
$this->markAsFailure($t);
|
||||||
$this->writeWarning($test->getName());
|
$this->writeWarning($test->getName());
|
||||||
$this->phpunitTeamCity->addSkippedTest($test, $t, $time);
|
$this->phpunitTeamCity->printIgnoredTest($test->getName(), $t, $time);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function markAsFailure(Throwable $t): void
|
private function markAsFailure(Throwable $t): void
|
||||||
|
|||||||
Reference in New Issue
Block a user