Skip to content

Commit

Permalink
adding abstract unit to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 21, 2024
1 parent 2a6c0d4 commit 6b36c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
<testsuites>
<testsuite name="default">
<directory suffix=".php">tests</directory>
<exclude>tests/Unit/AbstractUnit.php</exclude>
<exclude>tests/Unit/Provider/ClamavTest.php</exclude>
</testsuite>
<testsuite name="unit">
<directory suffix=".php">tests/Unit</directory>
<exclude>tests/Unit/AbstractUnit.php</exclude>
<exclude>tests/Unit/Provider/ClamavTest.php</exclude>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 6b36c7f

Please sign in to comment.