Use phpunit8.3 schema in phpunit.xml

This commit is contained in:
Jan Böhmer 2020-01-01 18:51:33 +01:00
parent 7e0e83ef15
commit 00b2d49b95
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.3/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="config/bootstrap.php"