diff --git a/tests/TypeReconciliation/TypeAlgebraTest.php b/tests/TypeReconciliation/TypeAlgebraTest.php index 60aed090452..b25593f9ca5 100644 --- a/tests/TypeReconciliation/TypeAlgebraTest.php +++ b/tests/TypeReconciliation/TypeAlgebraTest.php @@ -212,6 +212,9 @@ function foo(?string $a): void { } }', ], + // skipping this old test because it breaks if the elseif becomes + // an else if, and I don't believe it's a pattern that happens often + // enough to warrant special-casing 'SKIPPED-twoVarLogicNotNestedWithElseifCorrectlyReinforcedInIf' => [ 'code' => '