moodle/badges/tests
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
..
behat MDL-73359 core_badges: Badge pages polish 2022-01-11 16:22:07 +01:00
external MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
output MDL-72904 core_badges: Update behat tests 2021-12-23 21:25:36 +08:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
badgeslib_test.php MDL-72701 unit tests: Fix broken @covers annotations 2021-12-21 09:24:00 +08:00
events_test.php MDL-70963 core_badges: Use expected JSON format for OBv2.1 2021-03-29 10:02:58 +02:00