moodle/h5p
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-67789 h5p: Save current state using xAPI State 2023-03-15 09:42:18 +01:00
classes MDL-77665 core_h5p: Allow deployment if user has been deleted 2024-06-17 06:31:18 +02:00
h5plib/v126 MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
js MDL-67789 h5p: Save current state using xAPI State 2023-03-15 09:42:18 +01:00
pix NOBUG: Fixed SVG browser compatibility 2019-10-29 21:03:41 +01:00
templates MDL-79543 h5p: Include attempts info and link 2024-02-23 15:42:16 +01:00
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
ajax.php MDL-76362 h5p: Use string as default lang param 2023-01-23 09:15:55 +08:00
edit.php MDL-73562 core_contentbank: alignment fixes 2022-01-25 09:35:07 +01:00
embed.php MDL-71955 h5p: ensure embedded player sets up $PAGE correctly. 2023-09-11 10:18:14 +01:00
lib.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
libraries.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
overview.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00