File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 55 colors =" true"
66 verbose =" true"
77 stopOnFailure =" false"
8+ beStrictAboutCoversAnnotation =" true"
9+ beStrictAboutOutputDuringTests =" true"
10+ beStrictAboutTodoAnnotatedTests =" true"
11+ convertDeprecationsToExceptions =" true"
12+ failOnRisky =" true"
13+ failOnWarning =" true"
814 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
915>
10- <coverage processUncoveredFiles =" true" >
16+ <coverage
17+ processUncoveredFiles =" true"
18+ includeUncoveredFiles =" true"
19+ ignoreDeprecatedCodeUnits =" true"
20+ disableCodeCoverageIgnore =" true"
21+ >
1122 <include >
1223 <directory suffix =" .php" >./</directory >
1324 </include >
2839 <directory >./tests/</directory >
2940 </testsuite >
3041 </testsuites >
42+ <php >
43+ <ini name =" display_errors" value =" On" />
44+ <ini name =" error_reporting" value =" -1" />
45+ <ini name =" xdebug.mode" value =" coverage" />
46+ <ini name =" memory_limit" value =" 512M" />
47+ </php >
3148</phpunit >
You can’t perform that action at this time.
0 commit comments