Browse Source

Fix BC breaking change of PHPUnit 9.5.10

Mark Scherer 4 years ago
parent
commit
6aa24c55dc
1 changed files with 1 additions and 0 deletions
  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"/>