moodle/completion/tests
Shamim Rezaie 99cac46162 MDL-67970 output: use div for content wraping instead of span
span is not a valid content wrapper tag.
Moreover, according to W3C validation service report, it is not valid to
have div elements as children of a span element.
We can safely replace span with div here because the element's css class
is .action and display of .action is set to flex in both boost and
classic themes.
2020-03-17 18:16:25 +11:00
..
behat MDL-67970 output: use div for content wraping instead of span 2020-03-17 18:16:25 +11:00
fixtures MDL-62384 core_completion: Update to sql to improve performance. 2018-05-11 09:15:27 +08:00
api_test.php MDL-59909 calendar: Try hard not to fail the adhoc task. 2017-10-25 15:42:14 +08:00
bulk_update_test.php MDL-58138 completion: mform wants 0-based indexes for arrays 2017-04-20 13:49:56 +08:00
capabilities_test.php MDL-62944 completion: Test that completion dates add events to calendar 2018-08-31 10:15:35 +01:00
externallib_test.php MDL-64123 webservices: Add valueused to completion data 2018-12-19 16:26:35 +00:00
privacy_test.php MDL-64644 completion: fixed assertions in privacy test 2019-01-23 17:12:04 +08:00
progress_test.php MDL-64898 core_completion: no progress for untracked users 2019-03-15 14:32:50 +11:00