diff --git a/src/Symfony/Component/Locale/Tests/LocaleTest.php b/src/Symfony/Component/Locale/Tests/LocaleTest.php index 307e231d73..f568619573 100644 --- a/src/Symfony/Component/Locale/Tests/LocaleTest.php +++ b/src/Symfony/Component/Locale/Tests/LocaleTest.php @@ -28,6 +28,8 @@ class LocaleTest extends IntlTestCase $this->skipIfIntlExtensionNotLoaded(); Intl::setDataSource(Intl::STUB); + + Locale::setDefault('en'); } public function testGetDisplayCountries()