1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix invalid test cases

This commit is contained in:
Bruce Weirdan 2023-02-02 12:27:57 -04:00
parent fb65c79079
commit 5d930a438a
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -154,6 +154,7 @@ class GetObjectVarsTest extends TestCase
'assertions' => [
'$test===' => "array{t: 'test'}",
],
'ignored_issues' => [],
'php_version' => '8.2',
];
@ -168,6 +169,7 @@ class GetObjectVarsTest extends TestCase
'assertions' => [
'$test===' => "array{t: 'test'}",
],
'ignored_issues' => [],
'php_version' => '8.2',
];