mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -34,7 +34,7 @@ final class CompactPrinter
|
|||||||
private const LOOKUP_TABLE = [
|
private const LOOKUP_TABLE = [
|
||||||
'.' => ['gray', '.'],
|
'.' => ['gray', '.'],
|
||||||
'S' => ['yellow', 's'],
|
'S' => ['yellow', 's'],
|
||||||
'T' => ['blue', 't'],
|
'T' => ['cyan', 't'],
|
||||||
'I' => ['yellow', 'i'],
|
'I' => ['yellow', 'i'],
|
||||||
'N' => ['yellow', 'i'],
|
'N' => ['yellow', 'i'],
|
||||||
'R' => ['yellow', '!'],
|
'R' => ['yellow', '!'],
|
||||||
|
|||||||
Reference in New Issue
Block a user