Skip to content

Commit 226ea43

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [VarDumper] Fix CSS alignment in HtmlDumper allow environment variables starting with an underscore Update a test [Mailer][Postmark] Add missing changelog for webhook support Remove #StandWithUkraine [Notifier][Smsc] Require login and password
2 parents 414b0b0 + 891c195 commit 226ea43

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
@@ -98,7 +98,7 @@ protected function getDefaultParameters(): array
9898
'utf-8 valid string' => 'ț᭖ test',
9999
'binary' => 'ðððð',
100100
'binary-control-char' => 'This is a Bell char ',
101-
'console banner' => '[37;44m#StandWith[30;43mUkraine[0m',
101+
'console banner' => '[37;44mHello[30;43mWorld[0m',
102102
'null string' => 'null',
103103
'string of digits' => '123',
104104
'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)