We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87860e8 commit 310c0aaCopy full SHA for 310c0aa
1 file changed
tests/phpunit.xml
@@ -5,6 +5,9 @@
5
cacheDirectory=".phpunit.cache"
6
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
7
displayDetailsOnTestsThatTriggerWarnings="true"
8
+ displayDetailsOnTestsThatTriggerDeprecations="true"
9
+ displayDetailsOnTestsThatTriggerErrors="true"
10
+ displayDetailsOnTestsThatTriggerNotices="true"
11
>
12
<testsuites>
13
<testsuite name="Unit">
0 commit comments