-
Bug
-
Resolution: Fixed
-
Critical
-
3.11.7, 4.0.1, 4.1
-
MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_400_STABLE
-
MDL-74925-master -
-
2
-
Team Omega 4.1 Sprint 0.1
Was working on one more check to be added to CIs:
https://github.com/moodlehq/moodle-local_ci/pull/249
Because it's something we had in the past (as part of the phpunit execution) and because we have faced this same problem a number of times in the past.
And that new job is clearly saying us:
ERROR: course/format/tests is not matched/covered by any definition in phpunit.xml !
|
Looking to phpunit.xml, certainly there isn't any suite created for the tests under course/format/tests.
So we need to add that suite, verify that tests (that haven't been executed ever) are passing and backport to all the branches having that subsystem with tests (311 and up, if I'm not wrong).
Ciao