1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12962] Use phpVersion in phpunit.xml

PHPBB3-12962
This commit is contained in:
Dhruv
2014-10-27 08:13:41 -07:00
parent c6cca9d0d2
commit cc82f95c8f
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,8 @@
<file>./tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB UI Tests">
<directory suffix="_test.php">./tests/ui</directory>
<directory suffix="_test.php" phpVersion="5.3.19"
phpVersionOperator=">=">./tests/ui</directory>
</testsuite>
</testsuites>