浏览代码

Fix BC breaking change of PHPUnit 9.5.10

Mark Scherer 4 年之前
父节点
当前提交
6aa24c55dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      phpunit.xml.dist

+ 1 - 0
phpunit.xml.dist

@@ -3,6 +3,7 @@
     colors="true"
     bootstrap="tests/bootstrap.php"
     backupGlobals="true"
+    convertDeprecationsToExceptions="true"
     >
     <php>
         <ini name="memory_limit" value="-1"/>