MDL-58035 tool_templatelibrary: fix unit test using removed base theme
authorTim Hunt <T.J.Hunt@open.ac.uk>
Tue, 7 Mar 2017 13:35:06 +0000 (13:35 +0000)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Tue, 7 Mar 2017 13:35:06 +0000 (13:35 +0000)
admin/tool/templatelibrary/tests/externallib_test.php

index ac31ab6..5dc0ff0 100644 (file)
@@ -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');