From ec02a34e1fb74b11027bc10e1db4372109e0beed Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 7 Mar 2017 13:35:06 +0000 Subject: [PATCH] MDL-58035 tool_templatelibrary: fix unit test using removed base theme --- admin/tool/templatelibrary/tests/externallib_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/templatelibrary/tests/externallib_test.php b/admin/tool/templatelibrary/tests/externallib_test.php index ac31ab64176..5dc0ff00b36 100644 --- a/admin/tool/templatelibrary/tests/externallib_test.php +++ b/admin/tool/templatelibrary/tests/externallib_test.php @@ -70,7 +70,7 @@ class tool_templatelibrary_external_testcase extends externallib_advanced_testca $originaltheme = $CFG->theme; // Change the theme to 'base' because it overrides these templates. - $CFG->theme = 'base'; + $CFG->theme = 'boost'; $template = external::load_canonical_template('core', 'notification_error');