From d5b33a8319778ec661855c7a11257265f201da1c Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Fri, 24 May 2024 11:59:05 -0400 Subject: [PATCH] Mutants --- tests/phpunit/src/Misc/TelemetryHelperTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/src/Misc/TelemetryHelperTest.php b/tests/phpunit/src/Misc/TelemetryHelperTest.php index 611a9ca1a..0c3058a84 100644 --- a/tests/phpunit/src/Misc/TelemetryHelperTest.php +++ b/tests/phpunit/src/Misc/TelemetryHelperTest.php @@ -81,6 +81,7 @@ public function providerTestAhEnvNormalization(): array { ['dev1', 'dev'], ['ode1', 'ode'], ['ide', 'ide'], + ['fake', 'fake'], ]; }