moodle/notes
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
..
classes/privacy MDL-63530 core_notes: Add support for removal of context users 2018-10-30 16:18:24 +08:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
delete.php
edit.php
edit_form.php
externallib.php MDL-64705 notes: Make notes WS return permissions information 2019-03-25 19:01:20 +01:00
index.php MDL-72287 report: Add back link and headings in user profile pages 2021-12-09 22:46:57 +08:00
lib.php MDL-59758 core_user: Replace old bulk actions 2017-11-07 14:18:49 +08:00
upgrade.txt MDL-64705 notes: Make notes WS return permissions information 2019-03-25 19:01:20 +01:00