moodle/lib/filebrowser
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
..
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
file_browser.php MDL-35668 filebrowser: small improvements to modules 2017-08-30 12:43:26 +08:00
file_info.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
file_info_context_course.php MDL-63103 filebrowser: Speed up finding activities with files 2019-01-11 08:58:39 +00:00
file_info_context_coursecat.php MDL-77439 lib_filebrowser: Splitup query to speedup get_courses 2023-05-16 20:36:50 +08:00
file_info_context_module.php MDL-35668 filebrowser: small improvements to modules 2017-08-30 12:43:26 +08:00
file_info_context_system.php MDL-35668 filebrowser: system context is similar to coursecat 2017-08-31 13:56:59 +08:00
file_info_context_user.php
file_info_stored.php
virtual_root_file.php