From ab5ecca5b2e1f925082c421e3466af6287751fea Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Thu, 23 May 2024 11:39:45 -0400 Subject: [PATCH] Skip mutation testing for getProviders(). --- src/Helpers/TelemetryHelper.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Helpers/TelemetryHelper.php b/src/Helpers/TelemetryHelper.php index 2ee099a71..ac616db94 100644 --- a/src/Helpers/TelemetryHelper.php +++ b/src/Helpers/TelemetryHelper.php @@ -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 * An array of providers and their associated environment variables. */