Skip to content

Commit a49c70c

Browse files
committed
Fix: Reference
1 parent 4c08187 commit a49c70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Phar/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
44
beStrictAboutChangesToGlobalState="true"
55
beStrictAboutOutputDuringTests="true"
66
beStrictAboutTestsThatDoNotTestAnything="true"

0 commit comments

Comments
 (0)