Skip to content

Commit

Permalink
fix: add default Infection config (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Jan 18, 2024
1 parent 11a5372 commit 1aff6a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resources/PHP/common/infection.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "var/phpqa/infection.log"
},
"minCoveredMsi": 100,
"mutators": {
"@default": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false,
"MBString": false
}
}

0 comments on commit 1aff6a7

Please sign in to comment.