Skip to content

Commit

Permalink
PHPUnit config: update schema reference
Browse files Browse the repository at this point in the history
... to the minimum PHPUnit version which is currently in use.

The configuration has also been validates against the schema and where needed, updated.
  • Loading branch information
jrfnl committed Sep 27, 2023
1 parent c447993 commit cc9fd83
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 cc9fd83

Please sign in to comment.