moodle/grade/report
Eloy Lafuente (stronk7) 511801cb46 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:42 +01:00
..
grader MDL-72911 behat: Unrelated, remove the @skip_interim tag 2021-12-29 11:13:10 +01:00
history MDL-72873 behat: Update behat tests 2021-12-16 00:10:13 +08:00
outcomes MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
overview MDL-72873 core_grades: Add general tertiary navigation 2021-12-16 00:10:13 +08:00
singleview MDL-72873 core_grades: Add general tertiary navigation 2021-12-16 00:10:13 +08:00
user MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
index.php MDL-32151 grade: Use appropriate error langstring error key 2017-06-23 10:22:24 +08:00
lib.php MDL-66549 grades: Double arrow sort order should be ascending first 2021-09-22 14:13:14 +02:00
mygrades.php MDL-49854 core: User navigation refinements 2015-04-21 11:46:32 +08:00
upgrade.txt MDL-63396 grade_report: Return locked and overridden info 2018-10-29 11:26:59 +01:00