shlink/infection.json

23 lines
492 B
JSON
Raw Normal View History

2018-03-26 18:09:50 +03:00
{
"source": {
"directories": [
"module/*/src"
2018-11-11 23:24:11 +03:00
]
2018-03-26 18:09:50 +03:00
},
2018-11-17 19:36:22 +03:00
"timeout": 5,
2018-03-26 18:09:50 +03: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 23:24:11 +03:00
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
2018-03-26 18:09:50 +03:00
}
}