X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=phpunit.xml.dist;h=29e6c4fd79a584cb87449cc5aef80f998ea9a741;hb=0c25fc1ccbf1fdee7608b556f570f880692aba5b;hp=6a4c26f48ec53b1f823276f2b1933ddbfae82694;hpb=fe71a72e510e046d7f21d7064802a15f64c6b957;p=civicrm-core.git diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6a4c26f48e..29e6c4fd79 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -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" >