-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_403_STABLE, MOODLE_404_STABLE
-
m43-md83163
-
m44-md83163
-
mdl83310
-
The patch in MDL-83163 has caused a regression in the unit tests when the codebase includes other 3rd party course formats.
Install any 3rd party course format (tiles is what I've used)
Run test_get_sorted_course_formats_installed_or_not unit test.
There was 1 failure:
|
1) core_course\courselib_test::test_get_sorted_course_formats_installed_or_not
|
Failed asserting that two arrays are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
1 => 'weeks'
|
2 => 'singleactivity'
|
3 => 'social'
|
+ 4 => 'tiles'
|
)
|
/builds/elearning/local/moodle-local/course/tests/courselib_test.php:7519
|
I've spotted this in 4.5 but it's likely to be an issue on other branches too.
- is a regression caused by
-
MDL-83163 Fresh install fails if there are dependencies on format plugins
-
- Closed
-