We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3427d3 commit f085e97Copy full SHA for f085e97
phpunit.xml
@@ -9,6 +9,11 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
bootstrap="vendor/autoload.php"
12
+ displayDetailsOnTestsThatTriggerDeprecations="true"
13
+ displayDetailsOnTestsThatTriggerErrors="true"
14
+ displayDetailsOnTestsThatTriggerNotices="true"
15
+ displayDetailsOnTestsThatTriggerWarnings="true"
16
+ displayDetailsOnPhpunitDeprecations="true"
17
>
18
<testsuites>
19
<testsuite name="Test Suite">
0 commit comments