Add release-notes/5.51.2.md
[civicrm-core.git] / phpunit.xml.dist
index 6a4c26f48ec53b1f823276f2b1933ddbfae82694..29e6c4fd79a584cb87449cc5aef80f998ea9a741 100644 (file)
@@ -4,11 +4,13 @@
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
+         convertDeprecationsToExceptions="true"
          processIsolation="false"
          stopOnFailure="false"
          stderr="true"
          beStrictAboutTestsThatDoNotTestAnything="false"
          bootstrap="tests/phpunit/CiviTest/bootstrap.php"
+         cacheResult="false"
 >
   <testsuites>
     <testsuite name="api_v3_AllTests">