浏览代码

Enhancement: Reference phpunit.xsd as installed with composer

Andreas Möller 6 年之前
父节点
当前提交
8f3946fc3a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      phpunit.xml.dist

+ 3 - 1
phpunit.xml.dist

@@ -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"