We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443fd77 commit d380e5eCopy full SHA for d380e5e
phpunit.xml.dist
@@ -2,7 +2,7 @@
2
3
<phpunit
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
6
backupGlobals="false"
7
backupStaticAttributes="false"
8
colors="true"
@@ -129,12 +129,12 @@
129
<env name="SHELL_VERBOSITY" value="-1"/>
130
</php>
131
132
- <filter>
133
- <whitelist>
+ <coverage>
+ <include>
134
<directory suffix=".php">.</directory>
135
- <exclude>
136
- <directory>./vendor</directory>
137
- </exclude>
138
- </whitelist>
139
- </filter>
+ </include>
+ <exclude>
+ <directory>./vendor</directory>
+ </exclude>
+ </coverage>
140
</phpunit>
0 commit comments