Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit f4f7595

Browse files
committed
add services and domains test suites
1 parent 927ed53 commit f4f7595

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<testsuite name="Application Test Suite">
1414
<directory>./tests/</directory>
1515
</testsuite>
16+
<testsuite name="Services Test Suite">
17+
<directory suffix="Test.php">./src/Services/*/Tests</directory>
18+
</testsuite>
19+
<testsuite name="Domains Test Suite">
20+
<directory suffix="Test.php">./src/Domains/*/Tests</directory>
21+
</testsuite>
1622
</testsuites>
1723
<filter>
1824
<whitelist>

0 commit comments

Comments
 (0)