moodle/backup
Eloy Lafuente (stronk7) 4003e31983 MDL-73785 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:

- When belonging to other components and being valid api:
  - analytics related tests have been moved to tests/analytics subdir.
  - backup & restore related tests have been moved to tests/backup subdir.
  - events related tests have been moved to tests/event subdir.
  - privacy related tests have been moved to tests/privacy.
  - task related tests have been moved to tests/task subdir.
- Some simple renames, not including the component part anymore (not
  needed now that they are namespaced):
  - some xxxlib_test.php have been renamed lib_test.php
    (when they where testing the corresponding lib.php).
  - cache stores tests have been all renamed store_test, originally
    each one had its own name (file_test, apcu_test, redis_test...)
  - assign feedback tests have been all renamed feedback_test, originally
    each one had its own name (file_test, editpdf_test...)
2022-03-03 12:19:30 +01:00
..
cc MDL-72115 course: Rename Miscellaneous category 2021-09-13 08:36:17 +02:00
controller MDL-72265 backup: fix checking of override capabilites on restore 2021-08-05 13:54:59 +01:00
converter MDL-72115 course: Rename Miscellaneous category 2021-09-13 08:36:17 +02:00
moodle2 MDL-71696 core_question: Implement question status change 2022-02-03 22:22:50 +11:00
tests MDL-71696 mod_quiz: quiz updates and behat coverage 2022-02-03 22:22:44 +11:00
util MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
backup.class.php MDL-69475 versions: bump all versions and requires in master 2020-08-17 00:11:41 +02:00
backup.php MDL-71949 backup: Fix userid and add backup ID to logging 2022-01-06 16:06:53 +10:00
backupfilesedit.php MDL-73169 core_backup: Update course category breadcrumb nodes 2022-03-02 17:27:38 +08:00
backupfilesedit_form.php MDL-58220 repo: Fix typo in FILE_CONTRLLED_LINK 2017-04-04 10:40:01 +08:00
copy.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
copyprogress.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
externallib.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
import.php MDL-41958 import: Constistently showing progress steps. 2019-11-30 10:07:56 +01:00
log.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restore.php MDL-71949 backup: Fix userid and add backup ID to logging 2022-01-06 16:06:53 +10:00
restorefile.php MDL-73169 core_backup: Update course category breadcrumb nodes 2022-03-02 17:27:38 +08:00
restorefile_form.php MDL-50344 restore: Make restore file required 2015-05-25 12:02:16 +05:30
upgrade.txt MDL-72762 backup: Accept empty and whitespace-only UI labels. 2022-02-11 23:50:34 +01:00