mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4610 from tractorcow/pulls/3/suppress-custom-theme
Minor: Suppress custom themes in Formtest
This commit is contained in:
commit
1aa1d65932
@ -19,6 +19,9 @@ class FormTest extends FunctionalTest {
|
||||
Config::inst()->update('Director', 'rules', array(
|
||||
'FormTest_Controller' => 'FormTest_Controller'
|
||||
));
|
||||
|
||||
// Suppress themes
|
||||
Config::inst()->remove('SSViewer', 'theme');
|
||||
}
|
||||
|
||||
public function testLoadDataFromRequest() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user