Skip to content

Commit 5ef643f

Browse files
Use the same colors as Packagist/Composer
1 parent 6fec4ae commit 5ef643f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/TextUI/TestRunner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ public function doRun(Test $suite, array $arguments = [], array $warnings = [],
324324
'PHPUnit ' .
325325
Version::id() .
326326
' ' .
327-
Color::colorize('fg-cyan', '#StandWith') .
328-
Color::colorize('fg-yellow', 'Ukraine') .
327+
Color::colorize('bg-blue', '#StandWith') .
328+
Color::colorize('bg-yellow', 'Ukraine') .
329329
"\n"
330330
);
331331
} else {

tests/end-to-end/cli/options-after-arguments.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require_once __DIR__ . '/../../bootstrap.php';
1111

1212
PHPUnit\TextUI\Command::main();
1313
--EXPECTF--
14-
PHPUnit %s [36m#StandWith[0m[33mUkraine[0m
14+
PHPUnit %s [44m#StandWith[0m[43mUkraine[0m
1515

1616
... 3 / 3 (100%)
1717

tests/end-to-end/loggers/_files/raw_output_ColorTest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHPUnit %s #StandWithUkraine
1+
PHPUnit %s #StandWithUkraine
22

33
Runtime: %s
44

tests/end-to-end/loggers/_files/raw_output_StatusTest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHPUnit %s #StandWithUkraine
1+
PHPUnit %s #StandWithUkraine
22

33
Runtime: %s
44
Configuration: %stests%ebasic%econfiguration.basic.xml

0 commit comments

Comments
 (0)