Skip to content

Commit

Permalink
chore: configure PHPUnit suites
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Mar 6, 2024
1 parent 05e031d commit fa52c4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/phpunit.xml.dist
Expand Up @@ -17,8 +17,12 @@
</php>

<testsuites>
<testsuite name="Project Test Suite">
<testsuite name="Unit">
<directory>tests</directory>
<exclude>tests/Api</exclude>
</testsuite>
<testsuite name="Functional">
<directory>tests/Api</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit fa52c4d

Please sign in to comment.