Skip to content

Commit 94abd78

Browse files
committed
Display details on phpunit deprecations and tests that trigger notices
1 parent e82d60f commit 94abd78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
testdox="true"
3131
bootstrap="tests/bootstrap.php"
3232
cacheDirectory=".phpunit.cache"
33+
displayDetailsOnPhpunitDeprecations="true"
34+
displayDetailsOnTestsThatTriggerNotices="true"
3335
displayDetailsOnTestsThatTriggerDeprecations="true"
3436
displayDetailsOnTestsThatTriggerWarnings="true"
3537
displayDetailsOnTestsThatTriggerErrors="true"

0 commit comments

Comments
 (0)