From c164bf65da8b662172fc0e9c48a7b8b4f69a2ae1 Mon Sep 17 00:00:00 2001 From: Mauro Bonfietti Date: Wed, 13 Jul 2022 21:09:45 -0300 Subject: [PATCH 1/2] Update StandWithUkraine message color. --- src/TextUI/TestRunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { From b6163b601c27cea37763f5c001ba810fc42bfabe Mon Sep 17 00:00:00 2001 From: Mauro Bonfietti Date: Wed, 13 Jul 2022 21:09:57 -0300 Subject: [PATCH 2/2] Update tests. --- tests/end-to-end/cli/options-after-arguments.phpt | 2 +- tests/end-to-end/logging/_files/raw_output_ColorTest.txt | 2 +- tests/end-to-end/logging/_files/raw_output_StatusTest.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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