From cc6005d81dda09db021292d55b4503ceca2cf72d Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 1 Jun 2018 17:01:45 +1200 Subject: [PATCH] FIX Disable themes in UDF functional test. Fixes failure with cwp/starter-theme --- tests/Control/UserDefinedFormControllerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Control/UserDefinedFormControllerTest.php b/tests/Control/UserDefinedFormControllerTest.php index 1fa8207..5c2c34f 100644 --- a/tests/Control/UserDefinedFormControllerTest.php +++ b/tests/Control/UserDefinedFormControllerTest.php @@ -25,6 +25,8 @@ class UserDefinedFormControllerTest extends FunctionalTest protected static $use_draft_site = true; + protected static $disable_themes = true; + protected function setUp() { parent::setUp();