Skip to content

Commit

Permalink
MDL-58035 tool_templatelibrary: fix unit test using removed base theme
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Mar 7, 2017
1 parent 1e1e1b8 commit ec02a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/templatelibrary/tests/externallib_test.php
Expand Up @@ -70,7 +70,7 @@ public function test_load_canonical_template() {

$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');

Expand Down

0 comments on commit ec02a34

Please sign in to comment.