Skip to content

Commit 6bf586b

Browse files
Merge branch '5.4' into 6.0
* 5.4: [5.4] cs fixes [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 Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents fb47b14 + e6a5d5e commit 6bf586b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AbstractUnicodeTestCase.php

Lines changed: 2 additions & 2 deletions
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)