[Translation] Set default locale for IdentityTranslatorTest

This commit is contained in:
Nyholm 2021-04-23 18:47:46 +02:00
parent a88c7fa0eb
commit 92a61b1cf6
No known key found for this signature in database
GPG Key ID: D6332DE2B6F8FA38
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class IdentityTranslatorTest extends TranslatorTest
parent::setUp();
$this->defaultLocale = \Locale::getDefault();
\Locale::setDefault('en');
}
protected function tearDown(): void