mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -152,8 +152,6 @@ final class ResultPrinter
|
||||
return;
|
||||
}
|
||||
|
||||
$this->compactPrinter->newLine();
|
||||
|
||||
$state = (new StateGenerator())->fromPhpUnitTestResult($testResult);
|
||||
|
||||
$this->compactPrinter->errors($state);
|
||||
|
||||
Reference in New Issue
Block a user