Skip to content

Commit 8950503

Browse files
committed
Ignore cast/ternary mutants in respect of types that might be added in Str class in the future
1 parent b633f6e commit 8950503

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

infection.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"ignore": [
3030
"MichaelRubel\\ValueObjects\\Artisan\\ValueObjectMakeCommand::getDefaultNamespace"
3131
]
32+
},
33+
"CastString": {
34+
"ignore": [
35+
"MichaelRubel\\ValueObjects\\Collection\\Primitive\\Boolean::handleNonBoolean"
36+
]
37+
},
38+
"Ternary": {
39+
"ignore": [
40+
"MichaelRubel\\ValueObjects\\Collection\\Primitive\\Boolean::handleNonBoolean"
41+
]
3242
}
3343
}
3444
}

0 commit comments

Comments
 (0)