From 5592dff915031ddfedf16313312d6afea51ee51a Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Wed, 26 Jun 2024 22:20:27 +0200 Subject: [PATCH] Remove stale covers annotations --- .../interactivity-api/wpInteractivityAPI.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php b/tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php index 032836fcf849..860a4de4e929 100644 --- a/tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php +++ b/tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php @@ -189,8 +189,6 @@ public function test_state_and_config_existing_indexed_arrays_are_replaced() { * * @ticket 60356 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_state_and_config_dont_print_when_empty() { $filter = $this->get_script_data_filter_result(); @@ -243,9 +241,6 @@ private function get_script_data_filter_result( ?Closure $callback = null ): Moc * * @ticket 60356 * @ticket 61512 - * - * @covers ::config - * @covers ::print_client_interactivity_data */ public function test_state_not_printed_when_empty() { $filter = $this->get_script_data_filter_result( @@ -262,8 +257,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_state_not_printed_when_empty_array() { $filter = $this->get_script_data_filter_result( @@ -281,8 +274,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_state_not_printed_when_only_empty_arrays() { $filter = $this->get_script_data_filter_result( @@ -299,8 +290,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_state_printed_correctly_with_nested_empty_array() { $filter = $this->get_script_data_filter_result( @@ -317,8 +306,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_config_not_printed_when_empty_array() { $filter = $this->get_script_data_filter_result( @@ -336,8 +323,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_config_not_printed_when_only_empty_arrays() { $filter = $this->get_script_data_filter_result( @@ -354,8 +339,6 @@ function () { * * @ticket 60761 * @ticket 61512 - * - * @covers ::print_client_interactivity_data */ public function test_config_printed_correctly_with_nested_empty_array() { $filter = $this->get_script_data_filter_result(