-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.4, 3.2
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
- Upgrade your site, using an old theme based on 'base', to Moodle 3.2
- Run the unit tests.
- Get confused by the following unit test failure:
coding_exception: Coding error detected, it must be fixed by a programmer: Trying to reference an unknown block region side-post
What happens is: since base theme has gone, the theme being used in the test cannot be initialised. Therefore it just uses boost (different block regions) with no debug output. It should log an error.