Skip to content

Commit

Permalink
Fix coverage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Oct 17, 2024
1 parent 7fcd6d1 commit eca143f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/phpunit/includes/EventManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function test_init(): void {

/**
* @covers ::send_saved_events_batch
* @covers ::send
*/
public function test_send_saved_events_happy_path(): void {

Expand Down Expand Up @@ -223,7 +222,6 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::send_saved_events_batch
* @covers ::send
*/
public function test_send_saved_events_happy_path_no_failed_events(): void {

Expand Down Expand Up @@ -291,7 +289,6 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::send_saved_events_batch
* @covers ::send
*/
public function test_send_saved_events_happy_path_no_successful_events(): void {

Expand Down Expand Up @@ -359,7 +356,6 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::send_saved_events_batch
* @covers ::send
*/
public function test_send_saved_events_wp_error_from_hiive_connection(): void {

Expand Down Expand Up @@ -421,7 +417,6 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::send_saved_events_batch
* @covers ::send
*/
public function test_send_saved_events_failures_from_hiive(): void {

Expand Down Expand Up @@ -589,7 +584,7 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::shutdown
* @covers ::send
* @covers ::send_request_events
*/
public function test_shutdown_hiive_connection_wp_error(): void {

Expand Down Expand Up @@ -635,7 +630,7 @@ function () use ( $batch_queue_mock ) {

/**
* @covers ::shutdown
* @covers ::send
* @covers ::send_request_events
*/
public function test_shutdown_hiive_500_error(): void {

Expand Down

0 comments on commit eca143f

Please sign in to comment.