2024-09-15 20:11:42 +00:00
|
|
|
{
|
|
|
|
"$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": [
|
2024-09-23 17:02:17 +00:00
|
|
|
"App\\Service\\Favicon::__toString",
|
2024-10-21 16:45:21 +00:00
|
|
|
],
|
|
|
|
"global-ignoreSourceCodeByRegex": [
|
|
|
|
"#\\[ORM\\\\Column.*"
|
2024-09-15 20:11:42 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|