22 lines
No EOL
494 B
Text
22 lines
No EOL
494 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",
|
|
],
|
|
"global-ignoreSourceCodeByRegex": [
|
|
"#\\[ORM\\\\Column.*"
|
|
]
|
|
}
|
|
} |