Skip to content

Commit

Permalink
Remove stale covers annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jun 26, 2024
1 parent 008ac06 commit 5592dff
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 5592dff

Please sign in to comment.