-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.8, 4.1.11, 4.3.5, 4.4.1
Part of the list of testcases mentioned in MDL-82400 are actual testcases (or should be), but have either:
- Wrong filename (missing/incorrect _test suffix so they're never executed);
- Wrong classname (usually combined with the above)
Some examples:
$ git grep "testcase extends" | grep -v abstract
|
analytics/tests/community_of_inquiry_activities_completed_by.php:class community_of_inquiry_activities_completed_by_testcase extends advanced_testcase {
|
lib/tests/event_course_module_instance_list_viewed.php:class core_event_course_module_instance_list_viewed_testcase extends advanced_testcase {
|
lib/tests/event_course_module_viewed.php:class core_event_course_module_viewed_testcase extends advanced_testcase {
|
mod/glossary/tests/external/delete_entry.php:class delete_entry_testcase extends externallib_advanced_testcase {
|
mod/glossary/tests/external/prepare_entry.php:class prepare_entry_testcase extends externallib_advanced_testcase {
|
mod/glossary/tests/external/update_entry.php:class update_entry_testcase extends externallib_advanced_testcase {
|
mod/h5pactivity/tests/external/log_report_viewed.php:class log_report_viewed_testcase extends externallib_advanced_testcase {
|
report/progress/tests/report_progress_helper_testcase.php:class report_progress_helper_testcase extends advanced_testcase {
|
In the case of most of them (example) it's completely impossible to execute the test, so some may now start failing