mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Merge remote-tracking branch 'origin/2.1' into 2.2
This commit is contained in:
commit
e105bc50f8
@ -22,6 +22,9 @@ class TranslatableSiteConfigTest extends SapphireTest {
|
|||||||
|
|
||||||
$this->origLocale = Translatable::default_locale();
|
$this->origLocale = Translatable::default_locale();
|
||||||
Translatable::set_default_locale("en_US");
|
Translatable::set_default_locale("en_US");
|
||||||
|
|
||||||
|
// Delete any default records created outside of fixtures
|
||||||
|
SiteConfig::get()->exclude('ID', $this->allFixtureIDs('SiteConfig'))->removeAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
function tearDown() {
|
function tearDown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user