Skip to content

Commit

Permalink
Add integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao committed Oct 26, 2021
1 parent 3fef6b2 commit 970a2de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Expand Up @@ -14,6 +14,9 @@
<testsuite name="Unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="Integration">
<directory>tests/Integration</directory>
</testsuite>
</testsuites>

<coverage cacheDirectory=".phpunit.cache/code-coverage">
Expand Down

0 comments on commit 970a2de

Please sign in to comment.