Skip to content

Commit

Permalink
[ticket/12962] Add UI tests to phpunit.xml.dist
Browse files Browse the repository at this point in the history
PHPBB3-12962
  • Loading branch information
dhruvgoel92 committed Sep 21, 2014
1 parent f21ef60 commit c0d3cf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@
<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>
</testsuite>
<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>
Expand Down

0 comments on commit c0d3cf6

Please sign in to comment.