shlink/infection.json

23 lines
492 B
JSON
Raw Permalink Normal View History

2018-03-26 10:09:50 -05:00
{
"source": {
"directories": [
"module/*/src"
2018-11-11 14:24:11 -06:00
]
2018-03-26 10:09:50 -05:00
},
2018-11-17 10:36:22 -06:00
"timeout": 5,
2018-03-26 10:09:50 -05:00
"logs": {
"text": "build/infection/infection-log.txt",
"summary": "build/infection/summary-log.txt",
"debug": "build/infection/debug-log.txt"
},
"tmpDir": "build/infection/temp",
"phpUnit": {
"configDir": "."
},
"mutators": {
"@default": true,
2018-11-11 14:24:11 -06:00
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
2018-03-26 10:09:50 -05:00
}
}