moodle/admin/tool/usertours
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-81063 tool_usertours: Allow hooks to manage usertour filters 2024-04-10 12:41:32 +08:00
classes MDL-68540 tool_usertours: Remove hideif workaround 2024-06-11 15:31:32 +07: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-71734 lang: final removal of deprecated 400 strings. 2024-03-21 09:44:15 +00:00
pix NOBUG: Fixed SVG browser compatibility 2023-08-04 12:39:55 +02:00
templates
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
tours MDL-77975 tool_usertours: Added tour for 4.2 grader report changes 2023-07-20 15:55:12 +08:00
configure.php MDL-80871 tool_usertours: Coding style fixes 2024-03-11 22:51:10 +08:00
lib.php MDL-81144 core: Convert before_footer to hook 2024-04-02 10:23:44 +08:00
settings.php
styles.css
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