moodle/contentbank
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
..
amd MDL-78324 core: Convert modals to use new static methods 2023-09-09 00:04:11 +08:00
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
contenttype/h5p MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
templates MDL-80025 core_contentbank: Update delete button colour to text-danger 2023-11-20 09:50:58 +01:00
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
edit.php MDL-74773 contentbank: add notification when updating and creating 2023-08-02 14:14:45 -03:00
index.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00
lib.php MDL-76878 user: amend permission callbacks for preference definitions. 2023-01-20 10:05:21 +00:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
view.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00