1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 18:26:32 +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 51ffab0045
commit 33f9333f13
6 changed files with 9 additions and 64 deletions

View File

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