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": "."
|
2018-07-04 05:08:27 -05:00
|
|
|
},
|
|
|
|
"mutators": {
|
|
|
|
"@default": true,
|
2018-11-11 14:24:11 -06:00
|
|
|
"IdenticalEqual": false,
|
|
|
|
"NotIdenticalNotEqual": false
|
2018-03-26 10:09:50 -05:00
|
|
|
}
|
|
|
|
}
|