moodle/communication
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-78798 core_communication: Corrected outdated versions and references 2023-09-11 11:16:22 +10:00
classes Merge branch 'MDL-81595-main' of https://github.com/safatshahin/moodle 2024-04-19 09:48:56 +07:00
provider Merge branch 'MDL-81125-main-alt' of https://github.com/andrewnicols/moodle 2024-05-21 15:33:09 +07:00
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
configure.php MDL-79573 communication: Support new records for each provider type 2023-10-06 09:54:32 +08:00
lib.php MDL-77576 core_communication: Add core communication api 2023-05-11 13:35:16 +10:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00