moodle/cache/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-73848 administration: Add tests for breadcrumbs and nav highlights 2022-03-25 17:44:58 +08:00
fixtures MDL-78467 core_cache: Improve cache locking API 2023-09-14 09:28:10 +01:00
administration_helper_test.php MDL-81522 phpunit: Add missing void return type to all tests #2 2024-06-11 11:55:08 +02:00
allow_temporary_caches_test.php MDL-76784 core_cache: versioned cache (modinfo) can fail in install 2023-02-21 10:40:23 +00:00
cache_helper_test.php MDL-78466 cache: Add new result_found helper 2023-06-14 11:58:12 +08:00
cache_test.php MDL-82207 phpunit: fix various @covers annotations (take#1) 2024-06-24 12:07:39 +02:00
config_writer_test.php MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
store_test.php MDL-72619 core_cache: Provide admin page to view cache size estimates 2021-10-11 16:49:21 +01:00