[phpstorm-stubs] Don't run constants tests with old PHP versions

We can't fetch class constants from reflection on those PHP versions
This commit is contained in:
Ivan Fedorov 2024-01-12 17:04:29 +01:00 committed by Ivan Fedorov
parent 50172be1ab
commit 1f65707eee
1 changed files with 1 additions and 3 deletions

View File

@ -1,16 +1,14 @@
<phpunit bootstrap="vendor/autoload.php"
failOnWarning="true">
failOnWarning="false">
<testsuites>
<testsuite name="PHP_5.6">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
</testsuite>
<testsuite name="PHP_7.0">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>