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

Prevent failures with dev PHP versions

It was failing with dev versions, e.g. `8.2.0-dev`
This commit is contained in:
Bruce Weirdan 2021-09-07 01:42:02 +03:00
parent fce98d0d85
commit b39e765475
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -1,8 +1,6 @@
<?php
namespace Psalm\Tests\FileManipulation;
use const PHP_VERSION;
class UndefinedVariableManipulationTest extends FileManipulationTestCase
{
/**
@ -136,7 +134,7 @@ class UndefinedVariableManipulationTest extends FileManipulationTestCase
new D();
}',
PHP_VERSION,
'7.4',
[],
true,
],