MDL-58035 tool_templatelibrary: fix unit test using removed base theme

This commit is contained in:
Tim Hunt
2017-03-07 13:35:34 +00:00
parent 1e1e1b8229
commit ec02a34e1f
@@ -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');