[Locale] Added default locale

This commit is contained in:
Bernhard Schussek 2013-03-15 12:44:42 +01:00
parent 01d0ee8b78
commit b902b6ba90
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ class LocaleTest extends IntlTestCase
$this->skipIfIntlExtensionNotLoaded();
Intl::setDataSource(Intl::STUB);
Locale::setDefault('en');
}
public function testGetDisplayCountries()