forked from fa/breadcrumb-the-shire
Clarify test suite taxonomy
This commit is contained in:
12
phpunit.xml
12
phpunit.xml
@@ -17,6 +17,18 @@
|
||||
<directory>tests</directory>
|
||||
<directory>modules/*/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Unit">
|
||||
<directory>tests/Unit</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Service">
|
||||
<directory>tests/Service</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Repository">
|
||||
<directory>tests/Repository</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Domain">
|
||||
<directory>tests/Domain</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Architecture">
|
||||
<directory>tests/Architecture</directory>
|
||||
</testsuite>
|
||||
|
||||
Reference in New Issue
Block a user