Skip to content

Commit 2620d29

Browse files
committed
bug #31 Fix PHPUnit xsd version (Pierstoval)
This PR was merged into the master branch. Discussion ---------- Fix PHPUnit xsd version The base supported version is ~4.7~ 6.1 as specified in the ~directory~ version aliases Commits ------- 16ae0ab Fix PHPUnit xsd version
2 parents 4a02d76 + 16ae0ab commit 2620d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit/phpunit/4.7/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)