mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-22 16:51:56 +02:00
[ticket/12962] Add UI tests to phpunit.xml.dist
PHPBB3-12962
This commit is contained in:
parent
f21ef60175
commit
c0d3cf6a27
@ -16,6 +16,7 @@
|
||||
<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,6 +24,9 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user