Skip to content

Commit

Permalink
ignore clamav testing for ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Aug 4, 2023
1 parent 1d78224 commit b264ea6
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 @@ -17,9 +17,11 @@
<testsuites>
<testsuite name="default">
<directory suffix=".php">tests</directory>
<exclude>tests/Unit/Provider/ClamavTest.php</exclude>
</testsuite>
<testsuite name="unit">
<directory suffix=".php">tests/Unit</directory>
<exclude>tests/Unit/Provider/ClamavTest.php</exclude>
</testsuite>
</testsuites>

Expand Down

0 comments on commit b264ea6

Please sign in to comment.