moodle/group
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
..
classes MDL-48269 group: Remove additional occurrences of hidepicture 2021-02-16 12:48:44 +08:00
templates MDL-71846 group: consistent escaping of user/group names. 2021-08-31 12:15:41 +01:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
assign.php MDL-63354 Group: Rollover text on long group names is not consistent 2018-09-14 09:41:06 +07:00
autogroup.php MDL-66673 groups: Stop notice when messaging system is disabled 2021-04-23 08:52:48 +10:00
autogroup_form.php MDL-63620 group: Option for group messaging when auto-creating groups 2019-01-14 13:29:42 +08:00
clientlib.js MDL-71846 group: consistent escaping of user/group names. 2021-08-31 12:15:41 +01:00
delete.php
externallib.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
group.php
group_form.php MDL-48269 group: Remove the option to hide the picture of a group 2021-02-16 12:46:58 +08:00
grouping.php
grouping_form.php
groupings.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
import.php MDL-72342 groups: Use get_columns() to handle BOM in CSV 2021-08-24 10:33:29 +10:00
import_form.php MDL-26401 group: add delimiter and encoding fields to import 2020-08-11 08:35:25 +08:00
index.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
lib.php MDL-71186 core_user: show custom user fields in group management screens 2021-04-15 15:28:17 +01:00
members.php MDL-60515 groups: Display group information on the participants page. 2017-10-30 16:43:18 +08:00
module.js MDL-58592 group: Remove group description on the groups overview page 2021-06-02 09:29:36 +07:00
overview.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
tabs.php
upgrade.txt MDL-48269 group: Remove the option to hide the picture of a group 2021-02-16 12:46:58 +08:00