aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-30 21:18:39 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 21:58:05 +0200
commit33f9333f13e1f61817f88ce6960e13e461a07020 (patch)
treec2f31d501330dcf33e5773d39768c2b9ba136825 /phpunit.xml.dist
parent51ffab004547ba0c791ebba652d844c9443cc0ad (diff)
downloadforums-33f9333f13e1f61817f88ce6960e13e461a07020.tar
forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.gz
forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.bz2
forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.xz
forums-33f9333f13e1f61817f88ce6960e13e461a07020.zip
[ticket/14948] Remove no longer needed or supported phpunit configs
PHPBB3-14948
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 1d9e35c9f3..e5b074cf16 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -24,8 +24,7 @@
<file>./tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB UI Tests">
- <directory suffix="_test.php" phpVersion="5.3.19"
- phpVersionOperator=">=">./tests/ui</directory>
+ <directory suffix="_test.php">./tests/ui</directory>
</testsuite>
</testsuites>