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.
1 parent 4afdf19 commit 7ea0c86Copy full SHA for 7ea0c86
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