mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Change back to english on teardown
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65673 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
917fcbff66
commit
a6ea78a230
@ -60,6 +60,8 @@ class i18nTest extends SapphireTest {
|
|||||||
global $_TEMPLATE_MANIFEST;
|
global $_TEMPLATE_MANIFEST;
|
||||||
unset($_TEMPLATE_MANIFEST['i18nTestModule.ss']);
|
unset($_TEMPLATE_MANIFEST['i18nTestModule.ss']);
|
||||||
unset($_TEMPLATE_MANIFEST['i18nTestModuleInclude.ss']);
|
unset($_TEMPLATE_MANIFEST['i18nTestModuleInclude.ss']);
|
||||||
|
|
||||||
|
i18n::set_locale('en_US');
|
||||||
}
|
}
|
||||||
|
|
||||||
function testGetExistingTranslations() {
|
function testGetExistingTranslations() {
|
||||||
|
Loading…
Reference in New Issue
Block a user