moodle/lib/filebrowser
Eloy Lafuente (stronk7) f6711bb394 MDL-67673 phpunit: Fix the return type of template methods
All the setup/teardown/pre/post/conditions template methods
now are required to return void. This was warned with phpunit 7
and now is enforced.

At the same time, fix a few wrong function names,
provider data and param types, return statements...
2020-10-21 12:45:59 +02:00
..
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
file_browser.php MDL-35668 filebrowser: small improvements to modules 2017-08-30 12:43:26 +08:00
file_info.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02: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-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02: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 MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
virtual_root_file.php