Skip to content

Commit

Permalink
refactor(phpunit): update php unit configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 15, 2022
1 parent 8807c0b commit 6314c4e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
</exclude>
</coverage>
<testsuites>
<testsuite name="Containers Tests">
<directory>./app/Containers</directory>
<testsuite name="Containers-Unit-Tests">
<directory suffix=".php">./app/Containers/*/*/Tests/Unit</directory>
</testsuite>
<testsuite name="Containers-Functional-Tests">
<directory suffix=".php">./app/Containers/*/*/UI/*/Tests/Functional</directory>
</testsuite>
<testsuite name="Ship-Tests">
<directory suffix=".php">./app/Ship/Tests</directory>
</testsuite>
</testsuites>
<php>
Expand Down

0 comments on commit 6314c4e

Please sign in to comment.