15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"$schema": "vendor/infection/infection/resources/schema.json",
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "dist/infection.txt"
|
|
},
|
|
"mutators": {
|
|
"@default": true
|
|
}
|
|
}
|