Skip to content

Commit cfa3033

Browse files
committed
Bump PHPUnit xml schema to version 9.5
1 parent a9635be commit cfa3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
colors="true"
55
bootstrap="vendor/autoload.php"
6-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
6+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd">
77
<coverage includeUncoveredFiles="true">
88
<include>
99
<directory>./lib</directory>

0 commit comments

Comments
 (0)