File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 64
64
</xs : element >
65
65
</xs : all >
66
66
<xs : attribute name =" pathCoverage" type =" xs:boolean" default =" false" />
67
+ <xs : attribute name =" includeUncoveredFiles" type =" xs:boolean" default =" true" />
67
68
<xs : attribute name =" ignoreDeprecatedCodeUnits" type =" xs:boolean" default =" false" />
68
69
<xs : attribute name =" disableCodeCoverageIgnore" type =" xs:boolean" default =" false" />
69
70
</xs : complexType >
180
181
<xs : attribute name =" failOnAllIssues" type =" xs:boolean" default =" false" />
181
182
<xs : attribute name =" failOnDeprecation" type =" xs:boolean" default =" false" />
182
183
<xs : attribute name =" failOnPhpunitDeprecation" type =" xs:boolean" default =" false" />
184
+ <xs : attribute name =" failOnPhpunitWarning" type =" xs:boolean" default =" true" />
183
185
<xs : attribute name =" failOnEmptyTestSuite" type =" xs:boolean" default =" false" />
184
186
<xs : attribute name =" failOnIncomplete" type =" xs:boolean" default =" false" />
185
187
<xs : attribute name =" failOnNotice" type =" xs:boolean" default =" false" />
You can’t perform that action at this time.
0 commit comments