moodle/mod/label
Eloy Lafuente (stronk7) 100bc51f1d MDL-73485 phpunit: externallib, generator and filter tescase names
All externallib_test, generator_test and filter_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 tests under testing/tests:

1) The core_testing component doesn't exist.
2) But testing/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 testing_xxxx as prefix.

Finally, also modified calendar/tests/events/events_test.php because it uses
some renamed (core_calendar_externallib_testcase => \core_calendar\externallib_test)
classes.
2022-01-21 19:48:23 +01:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-73430 label: Change text of label's secondary nodes 2022-01-10 08:22:08 +08:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-66592 analytics: Split text and link 2019-11-07 08:25:35 +08:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
index.php MDL-41176 mod_label: unified @package use 2014-02-16 11:48:00 +13:00
lib.php MDL-71457 theme_boost: activity icon styling 2021-12-20 15:02:24 +01:00
mod_form.php MDL-57055 mod_label: Add label administration for boost. 2017-10-26 08:41:33 +08:00
settings.php MDL-34137 mod_label - resize images when uploaded via drag & drop 2013-02-08 08:13:24 +00:00
version.php MDL-73430 label: Change text of label's secondary nodes 2022-01-10 08:22:08 +08:00
view.php MDL-62244 Resource: label view redirects to label, not course 2021-04-01 11:48:00 -06:00