1
0
Fork 0

Enhancement: Reference phpunit.xsd as installed with composer

pull/7863/head
Andreas Möller 2019-01-02 15:40:17 +01:00
parent 003b62cee5
commit 8f3946fc3a
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"