mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -22,6 +22,7 @@ final class Parallel implements HandlesArguments
|
||||
'--parallel',
|
||||
'-p',
|
||||
'--no-output',
|
||||
'--cache-result',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@ -152,8 +152,6 @@ final class ResultPrinter
|
||||
return;
|
||||
}
|
||||
|
||||
$this->compactPrinter->newLine();
|
||||
|
||||
$state = (new StateGenerator())->fromPhpUnitTestResult($testResult);
|
||||
|
||||
$this->compactPrinter->errors($state);
|
||||
|
||||
@ -34,6 +34,7 @@ final class CompactPrinter
|
||||
private const LOOKUP_TABLE = [
|
||||
'.' => ['gray', '.'],
|
||||
'S' => ['yellow', 's'],
|
||||
'T' => ['blue', 't'],
|
||||
'I' => ['yellow', 'i'],
|
||||
'N' => ['yellow', 'i'],
|
||||
'R' => ['yellow', '!'],
|
||||
|
||||
Reference in New Issue
Block a user