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 ff453b0 commit d07ece4Copy full SHA for d07ece4
phpunit.xml.dist
@@ -5,6 +5,9 @@
5
bootstrap="vendor/autoload.php"
6
colors="true"
7
displayDetailsOnPhpunitDeprecations="true"
8
+ displayDetailsOnTestsThatTriggerErrors="true"
9
+ displayDetailsOnTestsThatTriggerNotices="true"
10
+ displayDetailsOnTestsThatTriggerWarnings="true"
11
>
12
<testsuites>
13
<testsuite name="Laravel Testing Tools Test Suite">
0 commit comments