Skip to content

Commit 30babf4

Browse files
Merge branch '8.5' into 9.5
2 parents 0422590 + 5ef643f commit 30babf4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/TextUI/TestRunner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ public function run(TestSuite $suite, array $arguments = [], array $warnings = [
331331
'PHPUnit ' .
332332
Version::id() .
333333
' ' .
334-
Color::colorize('fg-cyan', '#StandWith') .
335-
Color::colorize('fg-yellow', 'Ukraine') .
334+
Color::colorize('bg-blue', '#StandWith') .
335+
Color::colorize('bg-yellow', 'Ukraine') .
336336
"\n"
337337
);
338338
} 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

tests/end-to-end/standardtestsuiteloader-issue-4192-1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $cmd->run([
99
(new \ReflectionClass(\ConcreteTest::class))->getFileName()
1010
], false);
1111
--EXPECTF--
12-
PHPUnit %s [36m#StandWith[0m[33mUkraine[0m
12+
PHPUnit %s [44m#StandWith[0m[43mUkraine[0m
1313

1414
Runtime: PHP %s
1515
Configuration: %s

tests/end-to-end/standardtestsuiteloader-issue-4192-2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $cmd->run([
99
realpath(__DIR__.'/../_files/ConcreteTest.php')
1010
], false);
1111
--EXPECTF--
12-
PHPUnit %s [36m#StandWith[0m[33mUkraine[0m
12+
PHPUnit %s [44m#StandWith[0m[43mUkraine[0m
1313

1414
Runtime: PHP %s
1515
Configuration: %s

0 commit comments

Comments
 (0)