moodle/group
Eloy Lafuente (stronk7) 511801cb46 MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/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 login_xxxx as prefix.
2021-12-30 16:21:42 +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-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +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 MDL-41693 group: Use standard layout for group related pages 2014-01-10 12:26:50 +01:00
externallib.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
group.php MDL-42317 output: reviewed standard/base layouts and converted where a better option was available 2014-04-06 15:57:32 +12:00
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 MDL-42317 output: reviewed standard/base layouts and converted where a better option was available 2014-04-06 15:57:32 +12:00
grouping_form.php MDL-41305 group: Form improvements for group/grouping creation 2013-09-03 18:31:21 +08:00
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 MDL-38309 Substitute usage of print_tabs() with renderable tabtree 2013-04-15 12:13:13 +10:00
upgrade.txt MDL-48269 group: Remove the option to hide the picture of a group 2021-02-16 12:46:58 +08:00