mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
19 lines
395 B
JSON
19 lines
395 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": "."
|
||
|
}
|
||
|
}
|