Skip to content

Commit 4220cb0

Browse files
authored
Merge pull request #752 from bartv2/update-phpunit-config-schema
Update phpunit config-schema
2 parents eab51b3 + 90f3397 commit 4220cb0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
54
backupGlobals="false"
65
backupStaticAttributes="false"
76
colors="true"
@@ -18,11 +17,11 @@
1817
</testsuite>
1918
</testsuites>
2019

21-
<filter>
22-
<whitelist>
20+
<coverage>
21+
<include>
2322
<directory>./src</directory>
24-
</whitelist>
25-
</filter>
23+
</include>
24+
</coverage>
2625

2726
<php>
2827
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)