diff --git a/infection.json.dist b/infection.json.dist index 67a82cb..58a0449 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -16,6 +16,16 @@ "assert\\(.*" ] }, + "GreaterThan": { + "ignoreSourceCodeByRegex": [ + "assert\\(.*" + ] + }, + "GreaterThanNegotiation": { + "ignoreSourceCodeByRegex": [ + "assert\\(.*" + ] + }, "CastInt": { "ignoreSourceCodeByRegex": [ "\\$index = \\(int\\) \\$matches\\[1\\] - 1;$"