mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Remove SiteConfig defaults from tests (fixes #224)
Causes TranslatableSiteConfigTest.testCanEditTranslatedRootPages to fail when used in the CWP recipe (possibly because of subsites?).
This commit is contained in:
parent
7bfece9666
commit
cf043a0106
@ -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