aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-09 11:22:58 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-09 11:22:58 +0200
commitf8fb65db631fe1c7f0f9a72af7e311f05906cc13 (patch)
treeede89732011ce6a0384b40d6668868896ae3519b /phpunit.xml.dist
parent3b3f941f5fa5087a3111ddd4603d0f6fa71360ba (diff)
downloadforums-f8fb65db631fe1c7f0f9a72af7e311f05906cc13.tar
forums-f8fb65db631fe1c7f0f9a72af7e311f05906cc13.tar.gz
forums-f8fb65db631fe1c7f0f9a72af7e311f05906cc13.tar.bz2
forums-f8fb65db631fe1c7f0f9a72af7e311f05906cc13.tar.xz
forums-f8fb65db631fe1c7f0f9a72af7e311f05906cc13.zip
[ticket/10839] Remove version compare as the php minimum requirement is 5.3.3
PHPBB3-10839
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index e65fdb3938..3475742288 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -18,7 +18,7 @@
<exclude>./tests/lint_test.php</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
- <directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">./tests/functional</directory>
+ <directory suffix="_test.php">./tests/functional</directory>
</testsuite>
<testsuite name="phpBB Lint Test">
<file>./tests/lint_test.php</file>