We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a9197 commit 58e765aCopy full SHA for 58e765a
infection.json5
@@ -6,7 +6,6 @@
6
]
7
},
8
"staticAnalysisTool": "phpstan",
9
- "staticAnalysisToolOptions": "--level=8 src tests",
10
"logs": {
11
"text": "tmp/infection.log"
12
tests/Infection/TrinaryLogicMutator.php
@@ -19,7 +19,7 @@ public static function getDefinition(): Definition
19
{
20
return new Definition(
21
<<<'TXT'
22
- Replaces TrinaryLogic->yes() with !TrinaryLogic->no()
+ Replaces TrinaryLogic->yes() with !TrinaryLogic->no() and vice versa.
23
TXT
24
,
25
MutatorCategory::ORTHOGONAL_REPLACEMENT,
0 commit comments