moodle/blocks/recentlyaccesseditems
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-77604 recentlyaccesseditems: convert HTMLCollection to an array. 2023-03-16 15:38:10 +07:00
classes MDL-81632 block_recentlyaccesseditems: deterministic item ordering. 2024-04-24 20:57:06 +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-73900 recentlyaccesseditems: vertical display in blocks drawer 2022-03-29 11:50:17 +01:00
pix
templates MDL-70829 block_recentlyaccesseditems: Move listitem role out of <a> 2024-04-12 11:21:03 +08:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
block_recentlyaccesseditems.php
lib.php MDL-65803 recentlyaccesseditems: Restrict response to valid courses. 2019-06-12 12:10:50 +08: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