moodle/group
Eloy Lafuente (stronk7) 674497a12c
MDL-81523 phpunit: Add all missing setUp/tearDown parent calls
All setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()
must, always, call to parent, to ensure that everything is properly
set and cleaned.

While in a lot of situations this is not needed (parents may not
have anything to run), with PHPUnit >= 10 this can become more
important because we are going to move the reset code from current
placement @ runBare() to setUp()/tearDown().

Note that all the changes performed in this commit have been detected
and fixed by moodle-cs (ParentSetUpTearDownSniffTest).
2024-06-14 16:04:57 +02:00
..
amd MDL-78885 comboboxsearch: Points from review 2024-03-22 05:50:06 +11:00
classes Merge branch 'MDL-81525-main' of https://github.com/andrewnicols/moodle 2024-04-17 23:42:22 +08:00
templates MDL-78885 comboboxsearch: Points from review 2024-03-22 05:50:06 +11:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
assign.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
autogroup.php MDL-68093 groups: Add visibility and participation settings 2023-03-14 08:52:25 +00:00
autogroup_form.php MDL-80079 core: Correct incorrect arg to format_string::$options 2023-11-14 22:28:55 +08:00
clientlib.js MDL-76270 group: Refactor group action handling 2023-04-20 12:20:32 +10:00
customfield.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
delete.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
externallib.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
group.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
group_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
grouping.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
grouping_customfield.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
grouping_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
groupings.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
import.php MDL-67186 group: add custom fields 2023-08-09 11:02:49 +10:00
import_form.php MDL-80498 group: Added required rule for filepicker field 2024-01-12 14:27:42 +05:30
index.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
lib.php MDL-78551 core_group: Add hooks api for group and membership 2024-03-26 13:53:39 +11:00
members.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
module.js MDL-58592 group: Remove group description on the groups overview page 2021-06-02 09:29:36 +07:00
overview.php MDL-79325 group: consistent name formatting in overview page/export. 2023-11-17 09:48:01 +00:00
tabs.php MDL-38309 Substitute usage of print_tabs() with renderable tabtree 2013-04-15 12:13:13 +10:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00