We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0909d95 commit 9cee468Copy full SHA for 9cee468
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