Skip to content

Commit bd488ac

Browse files
authored
Update phpunit.xml
1 parent eb3405b commit bd488ac

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
55
beStrictAboutChangesToGlobalState="true"
66
beStrictAboutCoversAnnotation="true"
77
beStrictAboutOutputDuringTests="true"

0 commit comments

Comments
 (0)