mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
Add comment for skipped test
This commit is contained in:
parent
a32e63f131
commit
e4f73beb08
@ -212,6 +212,9 @@ class TypeAlgebraTest extends TestCase
|
|||||||
}
|
}
|
||||||
}',
|
}',
|
||||||
],
|
],
|
||||||
|
// 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' => [
|
'SKIPPED-twoVarLogicNotNestedWithElseifCorrectlyReinforcedInIf' => [
|
||||||
'code' => '<?php
|
'code' => '<?php
|
||||||
class A {}
|
class A {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user