Skip to content

Commit

Permalink
Fix xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jun 13, 2023
1 parent 2400d80 commit 6f9091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
colors="true"
bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd">
<coverage includeUncoveredFiles="true">
<coverage includeUncoveredFiles="true"/>
<testsuites>
<testsuite name="unit">
<directory>tests</directory>
Expand Down

0 comments on commit 6f9091b

Please sign in to comment.