Skip to content

Commit

Permalink
- Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
aemaddin committed Jan 20, 2021
1 parent 06cbdb2 commit 1dfdc5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
stopOnFailure="false"
>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
Expand Down

0 comments on commit 1dfdc5a

Please sign in to comment.