We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3570b8 + de5189e commit 42f505aCopy full SHA for 42f505a
Tests/Slugger/AsciiSluggerTest.php
@@ -112,7 +112,7 @@ public static function provideSlugEmojiTests(): iterable
112
*/
113
public function testSlugEmojiWithSetLocale()
114
{
115
- if (!setlocale(LC_ALL, 'C.UTF-8')) {
+ if (!setlocale(\LC_ALL, 'C.UTF-8')) {
116
$this->markTestSkipped('Unable to switch to the "C.UTF-8" locale.');
117
}
118
0 commit comments