Skip to content

Commit ef25aa4

Browse files
authored
test(intl): force en-US locale to prevent locale-dependent failures (#1347)
1 parent 8e8d839 commit ef25aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/Intl/TranslatorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ final class TranslatorTest extends FrameworkIntegrationTestCase
1919
{
2020
protected function setUp(): void
2121
{
22+
ini_set('intl.default_locale', 'en-US');
23+
2224
parent::setUp();
2325

2426
$config = $this->container->get(IntlConfig::class);

0 commit comments

Comments
 (0)