moodle/backup/util/loggers
Eloy Lafuente (stronk7) 9f53b0e965 MDL-73971 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:

- Some fixtures, initially defined in the test files have been
  moved to new files in fixtures subdirectory, leaving the unit
  test files clearer:
  - moodle2_course_format_test.php
- Rename wrong named test:
  - baseoptiogroup_test = baseoptigroup_test
2022-05-06 18:29:11 +02:00
..
tests MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
base_logger.class.php MDL-54751 behat: Support for adhoc module and section deletion in behat 2016-11-07 07:41:59 +08:00
core_backup_html_logger.class.php MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
database_logger.class.php MDL-36126 backup: changed the message column in the table backup_logs to a text field to prevent DB errors 2013-08-23 11:40:36 +08:00
error_log_logger.class.php MDL-32149 add backup tests and dropping of extra tables 2012-04-03 22:30:54 +02:00
file_logger.class.php MDL-70901 core: @ no longer masks errors in PHP 8.0 2021-02-22 16:18:46 +01:00
output_indented_logger.class.php MDL-29442 add missing utf-8 to entity html encoding and decoding 2012-12-09 18:21:38 +01:00
output_text_logger.class.php MDL-29442 add missing utf-8 to entity html encoding and decoding 2012-12-09 18:21:38 +01:00