mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-58035 tool_templatelibrary: fix unit test using removed base theme
This commit is contained in:
parent
ea049ee618
commit
56068f5972
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue