mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
25 lines
629 B
JSON
25 lines
629 B
JSON
{
|
|
"source": {
|
|
"directories": [
|
|
"module/*/src"
|
|
]
|
|
},
|
|
"timeout": 5,
|
|
"logs": {
|
|
"text": "build/infection-api/infection-log.txt",
|
|
"html": "build/infection-api/infection-log.html",
|
|
"summary": "build/infection-api/summary-log.txt",
|
|
"debug": "build/infection-api/debug-log.txt"
|
|
},
|
|
"tmpDir": "build/infection-api/temp",
|
|
"phpUnit": {
|
|
"configDir": "."
|
|
},
|
|
"testFrameworkOptions": "--configuration=phpunit-api.xml",
|
|
"mutators": {
|
|
"@default": true,
|
|
"IdenticalEqual": false,
|
|
"NotIdenticalNotEqual": false
|
|
}
|
|
}
|