We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50473b5 commit ff49fbaCopy full SHA for ff49fba
infection.json.dist
@@ -11,22 +11,25 @@
11
}
12
},
13
"mutators": {
14
+ "@default": true,
15
"global-ignore": [
16
"Vural\\OpenAPIFaker\\SchemaFaker\\BooleanFaker"
17
],
18
"LessThan": {
- "ignoreSourceCodeByRegex": [
19
- ".*\\$minimum.*",
20
- ".*\\$maximum.*"
+ "ignore": [
+ "Vural\\OpenAPIFaker\\SchemaFaker\\ArrayFaker::generate"
21
]
22
23
"GreaterThan": {
24
25
26
27
28
29
- "@default": true
+ "CastInt": {
30
+ "Vural\\OpenAPIFaker\\SchemaFaker\\NumberFaker::generate"
31
+ ]
32
+ }
33
34
"timeout": 20
35
0 commit comments