moodle/h5p/tests
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
..
behat MDL-77665 mod_h5pactivity: Improve generator package upload 2024-06-17 06:31:18 +02:00
event MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
external MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
fixtures MDL-74129 h5p: Preserve metadata information 2023-11-10 10:33:06 +01:00
generator MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
local/library MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
api_test.php MDL-76859 h5p: Fix behat failures 2023-04-12 12:26:23 +02:00
editor_ajax_test.php MDL-71970 h5plib_v124: Replace references to new Moodle\H5Pxxx namespace 2021-09-27 11:41:48 +02:00
editor_framework_test.php MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
editor_test.php MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
file_storage_test.php MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
framework_test.php MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
generator_test.php MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
h5p_core_test.php MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
helper_test.php MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00