Skip to content

Commit 1f5bee4

Browse files
sebastianbergmannwhatthejeff
authored andcommitted
Fix XSD URL. Closes sebastianbergmann#912.
1 parent 1a4cc1e commit 1f5bee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
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="http://phpunit.de/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
44
bootstrap="PHPUnit/Autoload.php"
55
backupGlobals="false"
66
verbose="true">

0 commit comments

Comments
 (0)