1
0
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:
Justin 2021-07-03 04:45:30 -04:00
parent f7a2aaef6e
commit 780c0307e7
No known key found for this signature in database
GPG Key ID: F9FFE26D69BBE879

View File

@ -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