1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14948] Remove no longer needed or supported phpunit configs

PHPBB3-14948
This commit is contained in:
Marc Alexander
2018-12-30 21:18:39 +01:00
parent 5b7fec5c47
commit df85edfe52
6 changed files with 9 additions and 64 deletions

View File

@@ -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>