moodle/customfield
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-79064 core: Update all get_strings as uses 2023-08-29 10:57:54 +08:00
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
field MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
templates MDL-77164 various: fix mustache template name 2023-04-13 09:43:15 +01:00
tests Merge branch 'MDL-81522' of https://github.com/stronk7/moodle 2024-06-12 08:46:31 +07:00
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
lib.php MDL-68435 customfield: fix plugin file serving callbacks. 2023-09-04 10:45:16 +01:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00