Skip to content

Commit c775b6c

Browse files
authored
Cleanup: Reformat phpunit.xml + Remove redundant coverage tag
1 parent d503983 commit c775b6c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd" cacheDirectory=".phpunit.cache">
3-
<coverage/>
4-
<testsuites>
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/|version|/phpunit.xsd"
5+
bootstrap="vendor/autoload.php"
6+
colors="true"
7+
cacheDirectory=".phpunit.cache">
8+
<testsuites>
59
<testsuite name="Unit Tests">
610
<directory>tests</directory>
711
</testsuite>

0 commit comments

Comments
 (0)