mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Test should fail on 8.0, but not on 7.4
This commit is contained in:
parent
f7a2aaef6e
commit
780c0307e7
@ -275,9 +275,6 @@ class MethodCallTest extends TestCase
|
||||
'$yesterday' => 'MyDate|false',
|
||||
'$b' => 'DateTimeImmutable',
|
||||
],
|
||||
'error_levels' => [],
|
||||
'php_version' => '8.0'
|
||||
|
||||
],
|
||||
'magicCall' => [
|
||||
'<?php
|
||||
@ -375,7 +372,7 @@ class MethodCallTest extends TestCase
|
||||
takesString($formatted);',
|
||||
'assertions' => [],
|
||||
'error_levels' => [],
|
||||
'php_version' => '8.0'
|
||||
'php_version' => '7.4'
|
||||
],
|
||||
'domElement' => [
|
||||
'<?php
|
||||
|
Loading…
Reference in New Issue
Block a user