Skip to content

Commit c51c22f

Browse files
pascalheidmannondrejmirtes
authored andcommitted
revert to use local phpunit.xsd
1 parent 42f9a93 commit c51c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="tests/phpunit.xsd"
44
bootstrap="tests/bootstrap-runtime-reflection.php"
55
cacheResult="false"
66
colors="true"

0 commit comments

Comments
 (0)