moodle/admin/roles
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
..
classes MDL-80063 roles: implement roles datasource for custom reporting. 2024-03-12 11:26:39 +00:00
tests MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
admins.php MDL-80160 admin: Fix site admins selector UI if the list is hardcoded 2024-03-05 23:30:04 +01:00
ajax.php MDL-55456 course: set context for category ajax requests 2016-10-18 12:50:21 +10:30
allow.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
assign.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
check.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
define.php MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
lib.php
manage.php MDL-79856 roles: use role localname when confirming deletion. 2023-10-26 11:56:26 +01:00
managetabs.php MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13:00
module.js MDL-75670 theme: Refactor form-inline helper class dropped in BS5 2024-02-29 13:56:46 +01:00
override.php MDL-77227 roles: Remove extra information for override page 2023-03-29 18:15:46 +02:00
permissions.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
role_schema.xml MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13:00
usersroles.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30