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

[ticket/16472] Remove UI test suite

PHPBB3-16472
This commit is contained in:
mrgoldy
2020-05-08 14:20:28 +02:00
parent 6c0e17480c
commit 38c26c8c44
6 changed files with 0 additions and 21 deletions

View File

@@ -15,7 +15,6 @@
<directory suffix="_test.php">./tests</directory>
<exclude>./tests/functional</exclude>
<exclude>./tests/lint_test.php</exclude>
<exclude>./tests/ui</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php">./tests/functional</directory>
@@ -23,9 +22,6 @@
<testsuite name="phpBB Lint Test">
<file>./tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB UI Tests">
<directory suffix="_test.php">./tests/ui</directory>
</testsuite>
</testsuites>
<groups>