moodle/mod/h5pactivity
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
..
backup/moodle2 MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
classes MDL-80754 mod_h5pactivity: Improve attempt report 2024-04-04 10:30:45 +02: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-68394 h5pactivity: Implement methods to display recent 2021-05-26 06:54:34 +02:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
grade.php MDL-67791 mod_h5pactivity: adding attempts reports 2020-05-14 15:01:26 +02:00
index.php MDL-80461 courseformat: Replace topics and weeks with section 2024-01-19 08:53:16 +01:00
lib.php MDL-81872 course: Improve wording and workflow for reset 2024-05-27 16:18:54 +02:00
mod_form.php MDL-70980 mod_h5pactivity: fix review mode 2021-03-22 10:52:44 +01:00
report.php MDL-71662 mod_h5pactivity: add group filter to attempts report. 2022-08-03 15:30:51 +01:00
settings.php MDL-67789 h5p: Save current state using xAPI State 2023-03-15 09:42:18 +01:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
view.php MDL-79543 h5p: Include attempts info and link 2024-02-23 15:42:16 +01:00