Skip to content

Commit d380e5e

Browse files
committed
Migrate PhpUnit config
1 parent 443fd77 commit d380e5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

phpunit.xml.dist

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
66
backupGlobals="false"
77
backupStaticAttributes="false"
88
colors="true"
@@ -129,12 +129,12 @@
129129
<env name="SHELL_VERBOSITY" value="-1"/>
130130
</php>
131131

132-
<filter>
133-
<whitelist>
132+
<coverage>
133+
<include>
134134
<directory suffix=".php">.</directory>
135-
<exclude>
136-
<directory>./vendor</directory>
137-
</exclude>
138-
</whitelist>
139-
</filter>
135+
</include>
136+
<exclude>
137+
<directory>./vendor</directory>
138+
</exclude>
139+
</coverage>
140140
</phpunit>

0 commit comments

Comments
 (0)