projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1c57f
)
[NFC] Convert Deprecations in tests to exceptions
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 11 Jul 2022 02:26:21 +0000
(12:26 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 11 Jul 2022 22:45:47 +0000
(08:45 +1000)
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index 636c535b275f390b8687f0e3115b99218ac39f15..29e6c4fd79a584cb87449cc5aef80f998ea9a741 100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-4,6
+4,7
@@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
+ convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stderr="true"