Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
revert remove unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Demetriex committed Mar 5, 2021
1 parent 1aca00e commit 04da724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
stopOnFailure="false"
testdox="true">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>

<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
Expand Down

0 comments on commit 04da724

Please sign in to comment.