Skip to content

Commit e6a5d5e

Browse files
Merge branch '5.3' into 5.4
* 5.3: [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents 1a03b5b + 71e9700 commit e6a5d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AbstractUnicodeTestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public function provideCreateFromCodePoint(): array
3737
['*', [42]],
3838
['AZ', [65, 90]],
3939
['', [8364]],
40-
['', [0x20ac]],
40+
['', [0x20AC]],
4141
['Ʃ', [425]],
42-
['Ʃ', [0x1a9]],
42+
['Ʃ', [0x1A9]],
4343
['☢☎❄', [0x2622, 0x260E, 0x2744]],
4444
];
4545
}

0 commit comments

Comments
 (0)