diff --git a/src/TextUI/TestRunner.php b/src/TextUI/TestRunner.php index 4d0d6d13fad..441d9bc12cc 100644 --- a/src/TextUI/TestRunner.php +++ b/src/TextUI/TestRunner.php @@ -325,7 +325,7 @@ public function doRun(Test $suite, array $arguments = [], array $warnings = [], Version::id() . ' ' . Color::colorize('bg-blue,fg-white', '#StandWith') . - Color::colorize('bg-yellow', 'Ukraine') . + Color::colorize('bg-yellow,fg-black', 'Ukraine') . "\n" ); } else { diff --git a/tests/end-to-end/cli/options-after-arguments.phpt b/tests/end-to-end/cli/options-after-arguments.phpt index 860651cde72..1e7cfbeb2db 100644 --- a/tests/end-to-end/cli/options-after-arguments.phpt +++ b/tests/end-to-end/cli/options-after-arguments.phpt @@ -11,7 +11,7 @@ require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- -PHPUnit %s #StandWithUkraine +PHPUnit %s #StandWithUkraine ... 3 / 3 (100%) diff --git a/tests/end-to-end/logging/_files/raw_output_ColorTest.txt b/tests/end-to-end/logging/_files/raw_output_ColorTest.txt index 575ea39f700..af6aba92a90 100644 --- a/tests/end-to-end/logging/_files/raw_output_ColorTest.txt +++ b/tests/end-to-end/logging/_files/raw_output_ColorTest.txt @@ -1,4 +1,4 @@ -PHPUnit %s #StandWithUkraine +PHPUnit %s #StandWithUkraine Runtime: %s diff --git a/tests/end-to-end/logging/_files/raw_output_StatusTest.txt b/tests/end-to-end/logging/_files/raw_output_StatusTest.txt index fe058ad41f8..8125c58db9d 100644 --- a/tests/end-to-end/logging/_files/raw_output_StatusTest.txt +++ b/tests/end-to-end/logging/_files/raw_output_StatusTest.txt @@ -1,4 +1,4 @@ -PHPUnit %s #StandWithUkraine +PHPUnit %s #StandWithUkraine Runtime: %s Configuration: %sconfiguration.basic.xml