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 5696213 commit d55d5eaCopy full SHA for d55d5ea
tests/Common/CommonCommandTest.php
@@ -519,7 +519,7 @@ public function testBatchInsert(
519
*/
520
public function testBatchInsertDataTypesLocale(): void
521
{
522
- $locale = setlocale(LC_NUMERIC, 0);
+ $locale = setlocale(LC_NUMERIC, '');
523
524
if ($locale === false) {
525
$this->markTestSkipped('Your platform does not support locales.');
0 commit comments