Skip to content

Commit 75d5681

Browse files
committed
Update a test
1 parent 14969a5 commit 75d5681

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tests/Fixtures/containers/container8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'utf-8 valid string' => "\u{021b}\u{1b56}\ttest",
1313
'binary' => "\xf0\xf0\xf0\xf0",
1414
'binary-control-char' => "This is a Bell char \x07",
15-
'console banner' => "\e[37;44m#StandWith\e[30;43mUkraine\e[0m",
15+
'console banner' => "\e[37;44mHello\e[30;43mWorld\e[0m",
1616
'null string' => 'null',
1717
'string of digits' => '123',
1818
'string of digits prefixed with minus character' => '-123',

Tests/Fixtures/php/services8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function getDefaultParameters(): array
109109
'utf-8 valid string' => 'ț᭖ test',
110110
'binary' => 'ðððð',
111111
'binary-control-char' => 'This is a Bell char ',
112-
'console banner' => '[37;44m#StandWith[30;43mUkraine[0m',
112+
'console banner' => '[37;44mHello[30;43mWorld[0m',
113113
'null string' => 'null',
114114
'string of digits' => '123',
115115
'string of digits prefixed with minus character' => '-123',

Tests/Fixtures/xml/services8.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parameter key="utf-8 valid string">&#x21B;&#x1B56; test</parameter>
2222
<parameter key="binary" type="binary">8PDw8A==</parameter>
2323
<parameter key="binary-control-char" type="binary">VGhpcyBpcyBhIEJlbGwgY2hhciAH</parameter>
24-
<parameter key="console banner" type="binary">G1szNzs0NG0jU3RhbmRXaXRoG1szMDs0M21Va3JhaW5lG1swbQ==</parameter>
24+
<parameter key="console banner" type="binary">G1szNzs0NG1IZWxsbxtbMzA7NDNtV29ybGQbWzBt</parameter>
2525
<parameter key="null string" type="string">null</parameter>
2626
<parameter key="string of digits" type="string">123</parameter>
2727
<parameter key="string of digits prefixed with minus character" type="string">-123</parameter>

Tests/Fixtures/yaml/services8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
utf-8 valid string: "ț᭖\ttest"
88
binary: !!binary 8PDw8A==
99
binary-control-char: !!binary VGhpcyBpcyBhIEJlbGwgY2hhciAH
10-
console banner: "\e[37;44m#StandWith\e[30;43mUkraine\e[0m"
10+
console banner: "\e[37;44mHello\e[30;43mWorld\e[0m"
1111
null string: 'null'
1212
string of digits: '123'
1313
string of digits prefixed with minus character: '-123'

0 commit comments

Comments
 (0)