moodle/report/outline
Eloy Lafuente (stronk7) 6dd561a11c MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/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 login_xxxx as prefix.
2021-12-30 16:21:48 +01:00
..
classes MDL-61881 report_outline: Implement null privacy provider 2018-04-09 09:55:07 +08:00
db MDL-19667 report_outline: Clone permissions from view capability 2017-12-19 11:51:36 +08:00
lang/en MDL-61881 report: fix privacy lang strings 2018-04-11 10:06:51 +08:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
index.php MDL-70753 report: Provide a separate page for course report 2021-04-30 08:37:13 +05:30
lib.php MDL-19667 report: Add a new capability to view user outline report 2017-12-14 16:16:04 +11:00
locallib.php MDL-40759 icons: Rename activity_icon 2017-03-17 15:52:18 +08:00
styles.css MDL-55168 css: reformat plain css with stylefmt 2016-09-30 09:25:23 +01:00
user.php MDL-58762 report: Check group permissions in course user reports 2017-09-07 10:53:32 +02:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00