tracking/infection.json.dist
Daniel Siepmann 17a0f7589d
WIP|Add mutation testing
Allows to check whether tests cover code manipulation.

WIP:
    * Fix existing issues

Resolves: #27
2021-05-24 23:09:03 +02:00

24 lines
466 B
Text

{
"source": {
"directories": [
"Classes"
]
},
"logs": {
"text": ".Build\/infection"
},
"mutators": {
"@default": true,
"CastArray": false,
"CastBool": false,
"CastFloat": false,
"CastInt": false,
"CastObject": false,
"CastString": false,
"MBString": {
"settings": {
"mb_stripos": false
}
}
}
}