Skip to content

Commit 63e76ec

Browse files
authored
Merge pull request #790 from Automattic/fix/phpunit-schema
2 parents 3e6a27b + 60988b1 commit 63e76ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The easiest way to do this is to add a `phpunit.xml` file to the root of your VI
9191
<?xml version="1.0" encoding="UTF-8"?>
9292
<phpunit
9393
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
94-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.2/phpunit.xsd"
94+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
9595
backupGlobals="true"
9696
bootstrap="./tests/bootstrap.php"
9797
beStrictAboutTestsThatDoNotTestAnything="false"

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.2/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
55
backupGlobals="true"
66
bootstrap="./tests/bootstrap.php"
77
beStrictAboutTestsThatDoNotTestAnything="false"

0 commit comments

Comments
 (0)