Skip to content

Commit 2abfd3f

Browse files
committed
Fix XSD path
1 parent 06bc0e1 commit 2abfd3f

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
@@ -10,7 +10,7 @@
1010
beStrictAboutTodoAnnotatedTests="true"
1111
failOnRisky="true"
1212
failOnWarning="true"
13-
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xml"
13+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
1414
>
1515
<php>
1616
<ini name="assert.exception" value="0"/>

0 commit comments

Comments
 (0)