Skip to content

Commit 4f825cb

Browse files
committed
DeprecationProvidersTest: skip on PHP 7.4
1 parent 82fc4a8 commit 4f825cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/PHPStan/Reflection/Deprecation/DeprecationProvidersTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use PHPStan\Analyser\ScopeContext;
1515
use PHPStan\Analyser\ScopeFactory;
1616
use PHPStan\Testing\PHPStanTestCase;
17+
use const PHP_VERSION_ID;
1718

1819
class DeprecationProvidersTest extends PHPStanTestCase
1920
{

0 commit comments

Comments
 (0)