Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ukraine word with the black foreground color #5015

Merged
merged 2 commits into from Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/options-after-arguments.phpt
Expand Up @@ -11,7 +11,7 @@ require_once __DIR__ . '/../../bootstrap.php';

PHPUnit\TextUI\Command::main();
--EXPECTF--
PHPUnit %s #StandWithUkraine
PHPUnit %s #StandWithUkraine

... 3 / 3 (100%)

Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/logging/_files/raw_output_ColorTest.txt
@@ -1,4 +1,4 @@
PHPUnit %s #StandWithUkraine
PHPUnit %s #StandWithUkraine

Runtime: %s

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down