mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
25 lines
599 B
Text
25 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
|
||
|
}
|
||
|
}
|