Skip to content

Commit 92a61b1

Browse files
committed
[Translation] Set default locale for IdentityTranslatorTest
1 parent a88c7fa commit 92a61b1

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)