moodle/notes
Eloy Lafuente (stronk7) 0c53a3dec8 MDL-73476 phpunit: events, external and search tescase names
All events_test, external_test and search_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 lib/external/tests/external_test.php:
- external is not a valid component
- hence, its only valid namespace is "core"
- also, it's testing lib/external/externallib.php
- hence, the file (and class) have been renamed to external_externallib_test.php
  (to avoid conflicts with other external_test that may exist in core)
2022-01-14 16:18:39 +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-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
delete.php MDL-59977 core: do not directly check 'viewparticipant' capability 2017-09-11 12:44:27 +08:00
edit.php MDL-59977 core: do not directly check 'viewparticipant' capability 2017-09-11 12:44:27 +08:00
edit_form.php MDL-51948 core: Patch core areas for LTR forms 2016-09-23 10:55:14 +01:00
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