Skip to content

Commit 0d6ecf7

Browse files
committed
Update path to phpunit.xsd
1 parent c74788c commit 0d6ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
convertWarningsToExceptions="true"
1111
processIsolation="false"
1212
stopOnFailure="false"
13-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.4/phpunit.xsd">
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd">
1414
<coverage>
1515
<include>
1616
<directory suffix=".php">src/</directory>

0 commit comments

Comments
 (0)