mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"source": {
|
|
"directories": [
|
|
"module/*/src"
|
|
],
|
|
"excludes": []
|
|
},
|
|
"timeout": 10,
|
|
"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
|
|
}
|
|
}
|