php/infection.json5

21 lines
457 B
Text
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/infection/infection/0.29.0/resources/schema.json",
"source": {
"directories": ["src"]
},
"logs": {
"text": "infection.log",
"summary": "infection-summary.log"
},
"mutators": {
"@default": true
},
"phpUnit": {
"configDir": "."
},
"testFramework": "phpunit",
"tmpDir": ".infection",
"minMsi": 50,
"minCoveredMsi": 70
}