Skip to content

Commit 195e90a

Browse files
chore: configure PHPUnit suites
1 parent b50e079 commit 195e90a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/phpunit.xml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
</php>
1818

1919
<testsuites>
20-
<testsuite name="Project Test Suite">
20+
<testsuite name="Unit">
2121
<directory>tests</directory>
22+
<exclude>tests/Api</exclude>
23+
</testsuite>
24+
<testsuite name="Functional">
25+
<directory>tests/Api</directory>
2226
</testsuite>
2327
</testsuites>
2428

0 commit comments

Comments
 (0)