-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.4, 2.4.1, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
This comes from MDLSITE-2096 / MDL-37655, where we are detecting / fixing phpunit test files containing <> 1 test unit classes.
When looking for "helper/base" classes being extended, it was found that all them are declared as abstract, but the grade_base_testcase that is missing that bit.
For future detection and consistency, this is, simply, about to declare it as abstract too.
Ciao