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:
Daniel Hensby 2018-06-04 12:36:50 +01:00 committed by GitHub
commit 014a87f33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ class UserDefinedFormControllerTest extends FunctionalTest
protected static $use_draft_site = true;
protected static $disable_themes = true;
protected function setUp()
{
parent::setUp();