Skip to content

Commit d55d5ea

Browse files
committed
fix
1 parent 5696213 commit d55d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Common/CommonCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public function testBatchInsert(
519519
*/
520520
public function testBatchInsertDataTypesLocale(): void
521521
{
522-
$locale = setlocale(LC_NUMERIC, 0);
522+
$locale = setlocale(LC_NUMERIC, '');
523523

524524
if ($locale === false) {
525525
$this->markTestSkipped('Your platform does not support locales.');

0 commit comments

Comments
 (0)