Skip to content

Commit

Permalink
DEV: restructure tests: define new suites
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 9, 2018
1 parent 63219fa commit a86f01a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<phpunit bootstrap="tests/bootstrap.php" stderr="true" >
<testsuites>

<testsuite name="Unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="Functional">
<directory>tests/functional</directory>
</testsuite>
<testsuite name="Integration">
<directory>tests/integration</directory>
</testsuite>


<testsuite name="Questions">
<directory>tests/questions</directory>
<directory>tests/unit/admin/questions</directory>
</testsuite>
<testsuite name="Helpers">
<directory>tests/helpers</directory>
Expand Down

0 comments on commit a86f01a

Please sign in to comment.