Skip to content

Commit de5189e

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents a214fe7 + f0ce0bd commit de5189e

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)