:octocat: added phpunit constant to limit reader test maximum version

This commit is contained in:
smiley
2023-04-10 19:56:25 +02:00
parent 6c66d56a31
commit cf4e5a7eaa
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -33,5 +33,7 @@
<php>
<!-- whether the test runs on CI - set to false to allow debug output -->
<const name="TEST_IS_CI" value="true"/>
<!-- limit the maximum version for the reader test to speed up things -->
<const name="READER_TEST_MAX_VERSION" value="40"/>
</php>
</phpunit>