diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 21:18:39 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-01-02 20:19:58 +0100 |
commit | df85edfe52fc1c03b2114e63a7bb50adeb4b3843 (patch) | |
tree | b6f3f2931bf58417a33d1203e487b7df6065dc4a /phpunit.xml.dist | |
parent | [ticket/14948] Use new namespaced classes when generating mssql schema (diff) | |
download | phpbb-df85edfe52fc1c03b2114e63a7bb50adeb4b3843.tar.gz phpbb-df85edfe52fc1c03b2114e63a7bb50adeb4b3843.tar.bz2 phpbb-df85edfe52fc1c03b2114e63a7bb50adeb4b3843.zip |
[ticket/14948] Remove no longer needed or supported phpunit configs
PHPBB3-14948
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 3 |
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> |