Skip to content

Commit

Permalink
Add comment for skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jul 17, 2022
1 parent a32e63f commit e4f73be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/TypeReconciliation/TypeAlgebraTest.php
Expand Up @@ -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' => '<?php
class A {}
Expand Down

0 comments on commit e4f73be

Please sign in to comment.