20 lines
No EOL
433 B
Text
20 lines
No EOL
433 B
Text
{
|
|
"$schema": "vendor/infection/infection/resources/schema.json",
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"timeout": 30,
|
|
"logs": {
|
|
"text": "var/log/infection.txt",
|
|
"summary": "var/log/summary.log",
|
|
},
|
|
"mutators": {
|
|
"@default": true,
|
|
"global-ignore": [
|
|
"App\\Service\\Favicon::__toString",
|
|
"ORM\\Column.*"
|
|
]
|
|
}
|
|
} |