From 3cc3511fa262b328da0df4ae852ade1fdb2f4beb Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 8 Apr 2024 09:25:17 +0800 Subject: [PATCH] MDL-81456 core: Remove superflous coverage information --- lib/tests/hook/manager_test.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/tests/hook/manager_test.php b/lib/tests/hook/manager_test.php index 77354b58b8b..55c8edf1db0 100644 --- a/lib/tests/hook/manager_test.php +++ b/lib/tests/hook/manager_test.php @@ -317,8 +317,6 @@ final class manager_test extends \advanced_testcase { * * The original callback should be called, but a debugging message should be output. * - * @covers ::get_hooks_deprecating_plugin_callback() - * @covers ::is_deprecating_hook_present() * @runInSeparateProcess */ public function test_migrated_callback(): void { @@ -358,8 +356,6 @@ final class manager_test extends \advanced_testcase { * * The original callback should not be called, and no debugging should be output. * - * @covers ::get_hooks_deprecating_plugin_callback() - * @covers ::is_deprecating_hook_present() * @runInSeparateProcess */ public function test_migrated_callback_with_replacement(): void { @@ -392,8 +388,6 @@ final class manager_test extends \advanced_testcase { * * The original class callback should be called, but a debugging message should be output. * - * @covers ::get_hooks_deprecating_plugin_callback() - * @covers ::is_deprecating_hook_present() * @runInSeparateProcess */ public function test_migrated_class_callback(): void { @@ -435,8 +429,6 @@ final class manager_test extends \advanced_testcase { * * The original callback should not be called, and no debugging should be output. * - * @covers ::get_hooks_deprecating_plugin_callback() - * @covers ::is_deprecating_hook_present() * @runInSeparateProcess */ public function test_migrated_class_callback_with_replacement(): void {