We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eab51b3 + 90f3397 commit 4220cb0Copy full SHA for 4220cb0
phpunit.xml.dist
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5
backupGlobals="false"
6
backupStaticAttributes="false"
7
colors="true"
@@ -18,11 +17,11 @@
18
17
</testsuite>
19
</testsuites>
20
21
- <filter>
22
- <whitelist>
+ <coverage>
+ <include>
23
<directory>./src</directory>
24
- </whitelist>
25
- </filter>
+ </include>
+ </coverage>
26
27
<php>
28
<ini name="error_reporting" value="-1" />
0 commit comments