-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
infection.json5
42 lines (42 loc) · 1.04 KB
/
infection.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"src"
]
},
"phpUnit": {
"configDir": ""
},
"logs": {
"text": "php://stderr",
"github": true
},
// "logs": {
// "text": "infection.log"
// },
"mutators": {
"@default": true,
"IncrementInteger": {
"ignore": [
"MichaelRubel\\Formatters\\Collection\\MaskStringFormatter::__construct"
]
},
"DecrementInteger": {
"ignore": [
"MichaelRubel\\Formatters\\Collection\\MaskStringFormatter::__construct"
]
},
"Coalesce": {
"ignore": [
"MichaelRubel\\Formatters\\FormatterServiceProvider::packageRegistered::39"
]
},
"ConcatOperandRemoval": {
"ignore": [
"MichaelRubel\\Formatters\\FormatterServiceProvider::getPackageDirectory"
]
}
},
"timeout": 20
}