moodle/report
Eloy Lafuente (stronk7) 100bc51f1d MDL-73485 phpunit: externallib, generator and filter tescase names
All externallib_test, generator_test and filter_test classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- 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 tests under testing/tests:

1) The core_testing component doesn't exist.
2) But testing/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have testing_xxxx as prefix.

Finally, also modified calendar/tests/events/events_test.php because it uses
some renamed (core_calendar_externallib_testcase => \core_calendar\externallib_test)
classes.
2022-01-21 19:48:23 +01:00
..
backups MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
competency MDL-73358 report: Add page content heading for report pages 2022-01-14 16:14:07 +08:00
completion MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
configlog MDL-72662 reportbuilder: add relative date options to date filter. 2021-10-03 11:53:11 +01:00
courseoverview MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
eventlist MDL-72789 report_eventlist: improve filtering of report by component. 2021-11-29 09:08:51 +00:00
infectedfiles MDL-69998 lang: Import fixed English strings (en_fix) 2020-10-27 11:32:10 +01:00
insights MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
log Merge branch 'MDL-73476' of https://github.com/stronk7/moodle 2022-01-18 09:31:44 +08:00
loglive Merge branch 'MDL-73476' of https://github.com/stronk7/moodle 2022-01-18 09:31:44 +08:00
outline MDL-73358 report: Add page content heading for report pages 2022-01-14 16:14:07 +08:00
participation MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
performance MDL-67822 report_performance: Add DB schema check 2021-06-02 18:45:12 +10:00
progress MDL-70197 navigation: Remove old navigation elements and migrate behat 2021-11-29 15:47:42 +08:00
questioninstances MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
security MDL-73201 lang: Import fixed English strings (en_fix) 2021-12-09 19:53:10 +01:00
stats Merge branch 'MDL-73476' of https://github.com/stronk7/moodle 2022-01-18 09:31:44 +08:00
status MDL-71627 check: Add AV status, notification levels and more logging 2021-08-11 11:46:15 +10:00
usersessions MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
upgrade.txt MDL-72094 core_report: Deprecate report_helper::save_selected_report() 2021-09-14 11:44:18 +08:00
view.php MDL-72094 core_report: Modify the redirects in the course report page 2021-09-14 11:44:17 +08:00