moodle/calendar
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-81644 calendar: The behaviour of event dates in the block calendar 2024-06-07 14:46:44 +07:00
classes MDL-81247 calendar: freeze event type if "user" only allowed. 2024-04-17 03:44:21 +00:00
templates MDL-81644 calendar: The behaviour of event dates in the block calendar 2024-06-07 14:46:44 +07:00
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
type/gregorian MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
delete.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
event.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
event_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
export.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
export_execute.php MDL-80793 calendar: Setup $USER with all fields 2024-02-28 10:36:21 +13:00
externallib.php MDL-81247 calendar: Extra validation for webservices 2024-04-17 03:44:21 +00:00
import.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
index.php
lib.php MDL-81412 calendar: Sanitise calendar event names 2024-06-06 21:54:46 +08:00
managesubscriptions.php Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
renderer.php MDL-73117 calendar: Final deprecation of threemonth_cal 2024-03-11 09:05:10 +08: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-78850 calendar: course calendar improvement 2024-02-29 12:48:56 +07:00