moodle/h5p/tests
Eloy Lafuente (stronk7) 2c30590d5d MDL-73278 phpunit: Rename already namespaced classes to match file name
These are the only cases 100% safe to apply the renaming of the
testcase class names to match the file names.

All other cases are not safe, because they are missing namespace
and may enter into name conflicts. Adding namespaces is not as
simple as imagined because it implies to, also, add a good number
of modifications to core. See the issue for more details.
2021-12-07 23:54:34 +01:00
..
behat MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:31:36 +02: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:31:36 +02:00
local/library MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
api_test.php MDL-69331 core_contentbank: Hide disabled H5P content-types 2021-04-15 09:32:58 +02:00
coverage.php MDL-71036 phpunit: xml config - switch coverage info to new includes 2021-03-11 23:07:31 +01:00
editor_ajax_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:42:28 +02:00
editor_framework_test.php MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:31:36 +02:00
editor_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:42:28 +02:00
event_h5p_deleted_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
event_h5p_viewed_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
external_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
framework_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:42:28 +02:00
generator_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
h5p_core_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
h5p_file_storage_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
helper_test.php MDL-71343 core_h5p: Add unit test for helper::parse_js_array 2021-04-30 23:51:56 +12:00