mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"source": {
|
|
"directories": [
|
|
"module/*/src"
|
|
]
|
|
},
|
|
"timeout": 5,
|
|
"logs": {
|
|
"text": "build/infection-unit/infection-log.txt",
|
|
"summary": "build/infection-unit/summary-log.txt",
|
|
"debug": "build/infection-unit/debug-log.txt",
|
|
"badge": {
|
|
"branch": "develop"
|
|
}
|
|
},
|
|
"tmpDir": "build/infection-unit/temp",
|
|
"phpUnit": {
|
|
"configDir": "."
|
|
},
|
|
"mutators": {
|
|
"@default": true,
|
|
"IdenticalEqual": false,
|
|
"NotIdenticalNotEqual": false
|
|
}
|
|
}
|