moodle/mod/glossary/tests
Eloy Lafuente (stronk7) f773514761 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:19:51 +01:00
..
behat MDL-73175 mod_glossary: Add behat generators 2021-12-17 07:51:37 +01:00
event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:19:51 +01:00
external MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:19:51 +01:00
fixtures MDL-61476 mod_glossary: Support tags in entries export 2018-04-09 23:26:34 +02:00
generator MDL-73175 mod_glossary: Add behat generators 2021-12-17 07:51:37 +01:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:09 +01:00
search MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:19:51 +01:00
concept_cache_test.php MDL-44725 Availability: Replace groupmembersonly - glossary (8) 2014-09-02 13:03:21 +01:00
custom_completion_test.php MDL-70820 mod_glossary: custom completion implementation 2021-04-07 12:18:16 +08:00
generator_test.php MDL-57456 mod_glossary: Implement tagging 2017-04-07 16:08:31 +08:00
lib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
restore_date_test.php MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30