mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 21:02:24 +03:00
24 lines
599 B
Text
24 lines
599 B
Text
{
|
|
source: {
|
|
directories: [
|
|
'module/*/src'
|
|
]
|
|
},
|
|
timeout: 5,
|
|
logs: {
|
|
text: 'build/infection-cli/infection-log.txt',
|
|
html: 'build/infection-cli/infection-log.html',
|
|
summary: 'build/infection-cli/summary-log.txt',
|
|
debug: 'build/infection-cli/debug-log.txt'
|
|
},
|
|
tmpDir: 'build/infection-cli/temp',
|
|
phpUnit: {
|
|
configDir: '.'
|
|
},
|
|
testFrameworkOptions: '--configuration=phpunit-cli.xml',
|
|
mutators: {
|
|
'@default': true,
|
|
IdenticalEqual: false,
|
|
NotIdenticalNotEqual: false
|
|
}
|
|
}
|