Skip to content

Commit

Permalink
Merge pull request #354 from Yoast/JRF/phpunit-update-config
Browse files Browse the repository at this point in the history
PHPUnit config: update schema reference
  • Loading branch information
jrfnl authored Sep 27, 2023
2 parents c447993 + cc9fd83 commit 781c90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
backupGlobals="false"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
Expand Down

0 comments on commit 781c90c

Please sign in to comment.