1
0
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:
Matthew Brown 2022-07-17 14:06:07 -04:00 committed by GitHub
parent a32e63f131
commit e4f73beb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {}