moodle/mod/survey
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-78324 mod_survey: Convert validation to esm 2023-09-09 00:04:03 +08:00
backup MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
lang/en MDL-81872 course: Improve wording and workflow for reset 2024-05-27 16:18:54 +02:00
pix NOBUG: Fixed SVG browser compatibility 2024-02-23 08:37:37 +07:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
deprecatedlib.php MDL-71196 completion: final removal of get_completion_state support. 2023-07-31 09:04:03 +01:00
download.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
graph.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-81872 course: Improve wording and workflow for reset 2024-05-27 16:18:54 +02:00
mod_form.php MDL-78528 mod: Add suffix support to module completion fields 2023-08-09 09:12:43 +02:00
renderer.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
report.php MDL-79980 mod_survey: respect activity group mode getting report. 2023-12-07 09:32:25 +08:00
save.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
styles.css
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
view.php MDL-78378 survey: Display default introduction when description is empty 2023-06-02 08:19:08 +02:00