mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
fix test
This commit is contained in:
parent
86afff61c5
commit
3a8afe07be
@ -116,7 +116,7 @@ class IntRangeTest extends TestCase
|
||||
$a = getInt();
|
||||
$_arr[$a] = 12;',
|
||||
'assertions' => [
|
||||
'$_arr===' => 'non-empty-array<int<min, 2>, "a"|"b"|"c"|"d"|12>'
|
||||
'$_arr===' => 'non-empty-array<int<min, 2>, "a"|"b"|"c"|12>'
|
||||
]
|
||||
],
|
||||
'SKIPPED-statementsInLoopAffectsEverything' => [
|
||||
|
Loading…
Reference in New Issue
Block a user