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": {
|
2021-01-03 18:41:44 +03:00
|
|
|
"text": "build/infection-unit/infection-log.txt",
|
|
|
|
"summary": "build/infection-unit/summary-log.txt",
|
|
|
|
"debug": "build/infection-unit/debug-log.txt"
|
2018-03-26 18:09:50 +03:00
|
|
|
},
|
2021-01-03 18:41:44 +03:00
|
|
|
"tmpDir": "build/infection-unit/temp",
|
2018-03-26 18:09:50 +03:00
|
|
|
"phpUnit": {
|
|
|
|
"configDir": "."
|
2018-07-04 13:08:27 +03:00
|
|
|
},
|
|
|
|
"mutators": {
|
|
|
|
"@default": true,
|
2018-11-11 23:24:11 +03:00
|
|
|
"IdenticalEqual": false,
|
|
|
|
"NotIdenticalNotEqual": false
|
2018-03-26 18:09:50 +03:00
|
|
|
}
|
|
|
|
}
|