moodle/lib/filestorage
Eloy Lafuente (stronk7) ad5fe71868
MDL-82207 phpunit: fix various @covers annotations (take#1)
This fixes various (not all) wrong @covers annotations that
are reported as warnings by PHPUnit when it's run with
code-coverage enabled.

When possible, the preferred solution is to change to
@covers at class level, that is the recommended way.

If multiple classes are involved, then a mix of @coversDefaultClass
and @covers at method level are used (always trying to use the
minimum needed patch).

This is the first of a series of issues created as sub-tasks
of MDL-82142.
2024-06-24 12:07:39 +02:00
..
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
file_archive.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
file_exceptions.php MDL-80820 various: fix incorrect phpdocs 2024-04-08 10:13:10 +01:00
file_packer.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
file_progress.php
file_storage.php MDL-80820 various: fix incorrect phpdocs 2024-04-08 10:13:10 +01:00
file_system.php MDL-77958 file: Add psr stream functionality to file API 2023-04-19 13:51:49 +08:00
file_system_filedir.php MDL-77149 core_files: Network filesystem (Amazon EFS) can warn 2023-02-21 10:53:31 +00:00
mbz_packer.php
stored_file.php MDL-78644 files: more fault tolerant resizing of logos/icons. 2023-07-05 00:54:03 +01:00
tgz_extractor.php MDL-76362 various: Avoid passing nulls to functions that don't allow nulls 2023-01-23 09:15:54 +08:00
tgz_packer.php MDL-75548 misc: final Required parameter follows optional notices 2022-08-22 15:20:13 +01:00
zip_archive.php MDL-73424 general: Internal methods must have same type as parent 2022-10-10 16:46:13 +02:00
zip_packer.php MDL-81060 core: fix incorrect userquota usage in zip_packer 2024-04-08 09:08:24 +07:00