moodle/grade
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-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
edit MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
export MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
grading MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
import MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
report MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
templates MDL-80397 theme: Refactor card-deck class dropped in BS5 2024-03-27 10:10:22 +01:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
index.php
lib.php MDL-81315 grade: Ensure grade action menus do not display chevron icons 2024-03-26 23:25:19 +08:00
querylib.php
renderer.php MDL-78885 comboboxsearch: Points from review 2024-03-22 05:50:06 +11:00
upgrade.txt MDL-74581 grade: Update upgrade.txt file to document new upgrade note 2024-05-21 16:51:30 +07:00
UPGRADING.md NOBUG: Add upgrade notes 2024-05-30 17:00:19 +02:00