mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"source": {
|
|
"directories": [
|
|
"module/*/src"
|
|
]
|
|
},
|
|
"timeout": 5,
|
|
"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,
|
|
"IdenticalEqual": false,
|
|
"NotIdenticalNotEqual": false
|
|
}
|
|
}
|