Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tito10047 committed Sep 10, 2024
1 parent 996601a commit 4f3582d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true">
executionOrder="depends,defects">
<testsuites>
<testsuite name="default">
<directory>tests</directory>
Expand Down

0 comments on commit 4f3582d

Please sign in to comment.