mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Merge pull request #243 from open-sausages/pulls/siteconfig-defaults-tests
Remove SiteConfig defaults from tests (fixes #224)
This commit is contained in:
commit
61afbab8b7
@ -22,6 +22,9 @@ class TranslatableSiteConfigTest extends SapphireTest {
|
||||
|
||||
$this->origLocale = Translatable::default_locale();
|
||||
Translatable::set_default_locale("en_US");
|
||||
|
||||
// Delete any default records created outside of fixtures
|
||||
SiteConfig::get()->exclude('ID', $this->allFixtureIDs('SiteConfig'))->removeAll();
|
||||
}
|
||||
|
||||
function tearDown() {
|
||||
|
Loading…
Reference in New Issue
Block a user