Skip to content

Commit 310c0aa

Browse files
committed
OXDEV-8623 Show more information in tests
1 parent 87860e8 commit 310c0aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
cacheDirectory=".phpunit.cache"
66
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
77
displayDetailsOnTestsThatTriggerWarnings="true"
8+
displayDetailsOnTestsThatTriggerDeprecations="true"
9+
displayDetailsOnTestsThatTriggerErrors="true"
10+
displayDetailsOnTestsThatTriggerNotices="true"
811
>
912
<testsuites>
1013
<testsuite name="Unit">

0 commit comments

Comments
 (0)