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

Commit 5ea3e57

Browse files
committed
add services and domains test suites
Now that Feature and Job generators will generate test classes correspondingly.
1 parent 3ad685a commit 5ea3e57

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
@@ -12,6 +12,12 @@
1212
<testsuite name="Application Test Suite">
1313
<directory suffix="Test.php">./tests</directory>
1414
</testsuite>
15+
<testsuite name="Services Test Suite">
16+
<directory suffix="Test.php">./src/Services/*/Tests</directory>
17+
</testsuite>
18+
<testsuite name="Domains Test Suite">
19+
<directory suffix="Test.php">./src/Domains/*/Tests</directory>
20+
</testsuite>
1521
</testsuites>
1622
<filter>
1723
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)