chore: env

This commit is contained in:
nuno maduro
2026-04-10 16:27:44 +01:00
parent a8e974d64a
commit 89006d83a9

View File

@ -178,8 +178,10 @@ final class ResultPrinter
]); ]);
} }
$this->compactPrinter->errors($state); if (! isset($_SERVER['PEST_PARALLEL_NO_OUTPUT'])) {
$this->compactPrinter->recap($state, $testResult, $duration, $this->options); $this->compactPrinter->errors($state);
$this->compactPrinter->recap($state, $testResult, $duration, $this->options);
}
} }
private function printFeedbackItem(string $item): void private function printFeedbackItem(string $item): void