From 8f5c296cc08ee58206d204f61fe13abbbe050baf Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 8 Jul 2010 03:41:27 +0000 Subject: #845742 by Damien Tournoud: Make Bartik the default core theme. --- modules/simpletest/tests/menu.test | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/simpletest/tests/menu.test') diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index fdf529733..3fd90efc2 100644 --- a/modules/simpletest/tests/menu.test +++ b/modules/simpletest/tests/menu.test @@ -20,6 +20,7 @@ class MenuRouterTestCase extends DrupalWebTestCase { parent::setUp('menu_test'); // Make the tests below more robust by explicitly setting the default theme // and administrative theme that they expect. + theme_enable(array('garland')); variable_set('theme_default', 'garland'); variable_set('admin_theme', 'seven'); } -- cgit v1.2.3