mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
![]() 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. |
||
---|---|---|
.. | ||
behat | ||
event | ||
external | ||
fixtures | ||
generator | ||
local/library | ||
api_test.php | ||
editor_ajax_test.php | ||
editor_framework_test.php | ||
editor_test.php | ||
file_storage_test.php | ||
framework_test.php | ||
generator_test.php | ||
h5p_core_test.php | ||
helper_test.php |