File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 88 requireCoverageMetadata =" true"
99 beStrictAboutCoverageMetadata =" true"
1010 beStrictAboutOutputDuringTests =" true"
11- displayDetailsOnPhpunitDeprecations =" true"
12- failOnPhpunitDeprecation =" true"
1311 failOnRisky =" true"
12+ displayDetailsOnTestsThatTriggerErrors =" true"
13+ displayDetailsOnTestsThatTriggerWarnings =" true"
14+ displayDetailsOnTestsThatTriggerNotices =" true"
15+ displayDetailsOnTestsThatTriggerDeprecations =" true"
16+ displayDetailsOnPhpunitDeprecations =" false"
17+ failOnNotice =" true"
18+ failOnDeprecation =" true"
19+ failOnPhpunitDeprecation =" false"
1420 failOnWarning =" true" >
1521 <testsuites >
1622 <testsuite name =" default" >
2228 <ini name =" assert.active" value =" 1" />
2329 <ini name =" assert.exception" value =" 1" />
2430 <ini name =" assert.bail" value =" 0" />
31+ <ini name =" display_errors" value =" 1" />
32+ <ini name =" display_startup_errors" value =" 1" />
2533 </php >
2634 <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
2735 <include >
You can’t perform that action at this time.
0 commit comments