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

This commit is contained in:
Tim Hunt 2017-03-07 13:35:06 +00:00
parent ea049ee618
commit 56068f5972

View file

@ -70,7 +70,7 @@ class tool_templatelibrary_external_testcase extends externallib_advanced_testca
$originaltheme = $CFG->theme; $originaltheme = $CFG->theme;
// Change the theme to 'base' because it overrides these templates. // Change the theme to 'base' because it overrides these templates.
$CFG->theme = 'base'; $CFG->theme = 'boost';
$template = external::load_canonical_template('core', 'notification_error'); $template = external::load_canonical_template('core', 'notification_error');