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",
|
2022-01-10 17:15:16 +03:00
|
|
|
"html": "build/infection-unit/infection-log.html",
|
2021-01-03 18:41:44 +03:00
|
|
|
"summary": "build/infection-unit/summary-log.txt",
|
2021-12-05 10:55:05 +03:00
|
|
|
"debug": "build/infection-unit/debug-log.txt",
|
2022-01-10 17:15:16 +03:00
|
|
|
"stryker": {
|
2022-01-17 09:41:33 +03:00
|
|
|
"report": "develop"
|
2021-12-05 10:55:05 +03:00
|
|
|
}
|
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
|
|
|
}
|
|
|
|
}
|