mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #782 from creative-commoners/pulls/5.1/disable-theme-in-test
FIX Disable themes in UDF functional test. Fixes failure with cwp/starter-theme
This commit is contained in:
commit
014a87f33d
@ -25,6 +25,8 @@ class UserDefinedFormControllerTest extends FunctionalTest
|
|||||||
|
|
||||||
protected static $use_draft_site = true;
|
protected static $use_draft_site = true;
|
||||||
|
|
||||||
|
protected static $disable_themes = true;
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Loading…
Reference in New Issue
Block a user