mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
fix test
This commit is contained in:
parent
a8efe58784
commit
d4bf17f323
@ -47,7 +47,7 @@ class IntRangeTest extends TestCase
|
||||
function getInt(): int{return 0;}
|
||||
$a = getInt();
|
||||
assert($a >= 500);
|
||||
assert($a < 5000)',
|
||||
assert($a < 5000);',
|
||||
'assertions' => [
|
||||
'$a===' => 'int<500, 4999>'
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user