From e97b14ea65cac0d3178d45fa113b3066d9941e5d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 17 Sep 2015 14:23:52 +1200 Subject: [PATCH] Minor: Suppress custom themes in Formtest --- tests/forms/FormTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/forms/FormTest.php b/tests/forms/FormTest.php index 409bac60a..2215551b9 100644 --- a/tests/forms/FormTest.php +++ b/tests/forms/FormTest.php @@ -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() {