moodle/h5p/tests
Eloy Lafuente (stronk7) caf55abf17 MDL-74413 phpunit: Move more tests to use correct names and namespaces
Applied the following changes to various testcase classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Remove file phpdoc block
- Remove MOODLE_INTERNAL if not needed.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to:

- Moved to the level2 "privacy" namespace:
  - \mod_assign\privacy\feedback_legacy_polyfill_test
  - \mod_assign\privacy\submission_legacy_polyfill_test

- Moved to the level2 "task" namespace:
  - \core_message\task\migrate_message_data_test
  - \ltiservice_gradebookservices\task\cleanup_test
  - \message_email\task\send_email_test
  - \mod_lti\task\clean_access_tokens_test
  - \mod_workshop\task\cron_task_test

- Moved to the level2 "event" namespace:
  - \core_h5p\event\deleted_test
  - \core_h5p\event\viewed_test

- Renamed to a better name:
  - backup_forum_activity_task_test.php (missing "task")
2022-05-07 20:32:30 +02:00
..
behat MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
event MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
external MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
fixtures MDL-68902 core_h5p: add essay h5p package 2020-06-09 16:58:17 +02:00
generator MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
local/library MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
api_test.php MDL-71956 core_h5p: Add more scenarios to can_edit_content 2021-11-09 16:47:18 +01:00
editor_ajax_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:41:48 +02:00
editor_framework_test.php MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
editor_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:41:48 +02:00
framework_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:41:48 +02:00
generator_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
h5p_core_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
h5p_file_storage_test.php MDL-74283 dml: replace hardcoded concat SQL with appropriate API. 2022-03-22 17:33:03 +00:00
helper_test.php MDL-71343 core_h5p: Add unit test for helper::parse_js_array 2021-05-01 00:09:40 +12:00