Skip to content

Commit b695eff

Browse files
committed
Update phpunit xml format
1 parent 99942d1 commit b695eff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
bootstrap="./vendor/autoload.php"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
66
cacheDirectory=".phpunit.cache"
77
displayDetailsOnTestsThatTriggerDeprecations="true"
88
displayDetailsOnTestsThatTriggerErrors="true"
99
displayDetailsOnTestsThatTriggerNotices="true"
1010
displayDetailsOnTestsThatTriggerWarnings="true"
1111
>
12-
<coverage>
13-
<include>
14-
<directory suffix=".php">./src</directory>
15-
</include>
16-
</coverage>
1712
<testsuites>
1813
<testsuite name="php-code-builder">
1914
<directory>./tests</directory>
2015
</testsuite>
2116
</testsuites>
17+
<source>
18+
<include>
19+
<directory>./src</directory>
20+
</include>
21+
</source>
2222
</phpunit>

0 commit comments

Comments
 (0)