21 lines
457 B
Text
21 lines
457 B
Text
|
|
{
|
||
|
|
"$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
|
||
|
|
}
|