Skip to content

Commit 0d52ef9

Browse files
Merge branch '7.4' into 8.0
* 7.4: [ObjectMapper] handle non existing property errors Fix AsCronTask not passing arguments to command [HttpFoundation] Fix deprecation in tests on PHP 8.5 Fix typo [Cache] Bump ext-redis to 6.2 and ext-relay to 0.11 minimum [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation [DependencyInjection] CS fix chore: PHP CS Fixer fixes Leverage get_error_handler() Various CS fixes Allow mixed root on CompoundConstraintTestCase validator [Serializer] Fix readonly property initialization from incorrect scope Update BrevoRequestParser.php [JsonPath] Improve escape sequence validation in name selector
2 parents 89098b7 + 7ea0c86 commit 0d52ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Slugger/AsciiSluggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static function provideSlugEmojiTests(): iterable
112112
*/
113113
public function testSlugEmojiWithSetLocale()
114114
{
115-
if (!setlocale(LC_ALL, 'C.UTF-8')) {
115+
if (!setlocale(\LC_ALL, 'C.UTF-8')) {
116116
$this->markTestSkipped('Unable to switch to the "C.UTF-8" locale.');
117117
}
118118

0 commit comments

Comments
 (0)