Skip to content

Commit b7af68e

Browse files
authored
Merge pull request #139 from Yoast/JRF/phpunit-update-config
PHPUnit config: minor tweak
2 parents a362ca9 + acf9e7a commit b7af68e

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,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="http://schema.phpunit.de/7.5/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
55
backupGlobals="true"
66
bootstrap="tests/bootstrap.php"
77
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)