diff --git a/infection.json5 b/infection.json5 index fcc24089f..6c8aec239 100644 --- a/infection.json5 +++ b/infection.json5 @@ -12,7 +12,10 @@ "html": "var/infection.html" }, "mutators": { - "@default": true + "@default": true, + "global-ignoreSourceCodeByRegex": [ + "\\$this->logger.*" + ] }, "timeout": 30, "testFrameworkOptions": "--exclude-group=serial"