Skip to content

Commit 363bfb6

Browse files
committed
Upgrade phpunit.xml.dist
1 parent ac05feb commit 363bfb6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpunit.xml.dist

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
55
colors="true"
66
forceCoversAnnotation="true"
77
failOnRisky="true"
@@ -17,9 +17,4 @@
1717
<directory>./tests</directory>
1818
</testsuite>
1919
</testsuites>
20-
<filter>
21-
<whitelist>
22-
<directory>./src</directory>
23-
</whitelist>
24-
</filter>
2520
</phpunit>

0 commit comments

Comments
 (0)