Skip to content

Commit

Permalink
Skip mutation testing for getProviders().
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed May 23, 2024
1 parent a3d82ff commit ab5ecca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Helpers/TelemetryHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ private function getDefaultUserData(): array {
}

/**
* @infection-ignore-all
* Skipping infection testing for this because, it most cases, we expect that when a row from this array is changed
* it won't affect the return value.
* @return array<mixed>
* An array of providers and their associated environment variables.
*/
Expand Down

0 comments on commit ab5ecca

Please sign in to comment.