aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-sqlite3-travis.xml
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 /travis/phpunit-sqlite3-travis.xml
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 'travis/phpunit-sqlite3-travis.xml')
-rw-r--r--travis/phpunit-sqlite3-travis.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/travis/phpunit-sqlite3-travis.xml b/travis/phpunit-sqlite3-travis.xml
index 8eabcc7243..633963c9fb 100644
--- a/travis/phpunit-sqlite3-travis.xml
+++ b/travis/phpunit-sqlite3-travis.xml
@@ -7,8 +7,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
- syntaxCheck="true"
- strict="true"
verbose="true"
bootstrap="../tests/bootstrap.php">
<testsuites>
@@ -19,10 +17,10 @@
<exclude>../tests/ui</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
- <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
+ <directory suffix="_test.php">../tests/functional</directory>
</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>