Normalize ah_env telemetry. #2359
Annotations
1 error and 1 warning
Run Infection for added files only
Process completed with exit code 1.
|
Run Infection for added files only:
src/Helpers/TelemetryHelper.php#L123
Escaped Mutant for Mutator "IfNegation":
--- Original
+++ New
@@ @@
if (AcquiaDrupalEnvironmentDetector::isAhOdeEnv($ah_env)) {
return 'ode';
}
- if (AcquiaDrupalEnvironmentDetector::isAhIdeEnv($ah_env)) {
+ if (!AcquiaDrupalEnvironmentDetector::isAhIdeEnv($ah_env)) {
return 'ide';
}
return $ah_env;
|
Loading