aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
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>