Skip to content

Commit

Permalink
CLI-1337: Ignore mutations for logger (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored May 29, 2024
1 parent 2dcd312 commit 57a741f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infection.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"html": "var/infection.html"
},
"mutators": {
"@default": true
"@default": true,
"global-ignoreSourceCodeByRegex": [
"\\$this->logger.*"
]
},
"timeout": 30,
"testFrameworkOptions": "--exclude-group=serial"
Expand Down

0 comments on commit 57a741f

Please sign in to comment.