Skip to content

Commit c276f0d

Browse files
minor symfony#40931 [Translation] [CI] Set default locale for IdentityTranslatorTest (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [Translation] [CI] Set default locale for IdentityTranslatorTest | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix | License | MIT | Doc PR | This will fix a few CI issues. Not sure if this is the correct fix. Commits ------- 92a61b1 [Translation] Set default locale for IdentityTranslatorTest
2 parents e0fe8c1 + 92a61b1 commit c276f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected function setUp(): void
2323
parent::setUp();
2424

2525
$this->defaultLocale = \Locale::getDefault();
26+
\Locale::setDefault('en');
2627
}
2728

2829
protected function tearDown(): void

0 commit comments

Comments
 (0)