Skip to content

Commit 60988b1

Browse files
committed
PHPUnit: Use 7.5 schema
1 parent 64aa799 commit 60988b1

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
@@ -90,7 +90,7 @@ The easiest way to do this is to add a `phpunit.xml` file to the root of your VI
9090
<?xml version="1.0" encoding="UTF-8"?>
9191
<phpunit
9292
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
93-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.2/phpunit.xsd"
93+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
9494
backupGlobals="true"
9595
bootstrap="./tests/bootstrap.php"
9696
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)