aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-10-27 08:13:41 -0700
committerDhruv <dhruv.goel92@gmail.com>2014-10-27 08:13:41 -0700
commitcc82f95c8fd46c68dcd87334e37d3bfcd1d7c316 (patch)
tree5cf9ecc78ee20924a8c29e3d32ac7c7dfa8a53e7 /phpunit.xml.dist
parentc6cca9d0d258fdbe832bba5d40a6e044e90ff873 (diff)
downloadforums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.gz
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.bz2
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.xz
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.zip
[ticket/12962] Use phpVersion in phpunit.xml
PHPBB3-12962
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a497717107..bcc63d6fd9 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -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>