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:
parent
fb65c79079
commit
5d930a438a
@ -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',
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user