File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 182
182
<xs : attribute name =" failOnDeprecation" type =" xs:boolean" default =" false" />
183
183
<xs : attribute name =" failOnPhpunitDeprecation" type =" xs:boolean" default =" false" />
184
184
<xs : attribute name =" failOnPhpunitNotice" type =" xs:boolean" default =" false" />
185
+ <xs : attribute name =" failOnPhpunitWarning" type =" xs:boolean" default =" true" />
185
186
<xs : attribute name =" failOnEmptyTestSuite" type =" xs:boolean" default =" false" />
186
187
<xs : attribute name =" failOnIncomplete" type =" xs:boolean" default =" false" />
187
188
<xs : attribute name =" failOnNotice" type =" xs:boolean" default =" false" />
298
299
<xs : group name =" loggingGroup" >
299
300
<xs : all >
300
301
<xs : element name =" junit" type =" logToFileType" minOccurs =" 0" />
301
- <xs : element name =" otr" type =" logToFileType " minOccurs =" 0" />
302
+ <xs : element name =" otr" type =" otrType " minOccurs =" 0" />
302
303
<xs : element name =" teamcity" type =" logToFileType" minOccurs =" 0" />
303
304
<xs : element name =" testdoxHtml" type =" logToFileType" minOccurs =" 0" />
304
305
<xs : element name =" testdoxText" type =" logToFileType" minOccurs =" 0" />
310
311
<xs : complexType name =" logToDirectoryType" >
311
312
<xs : attribute name =" outputDirectory" type =" xs:anyURI" use =" required" />
312
313
</xs : complexType >
314
+ <xs : complexType name =" otrType" >
315
+ <xs : attribute name =" outputFile" type =" xs:anyURI" use =" required" />
316
+ <xs : attribute name =" includeGitInformation" type =" xs:boolean" default =" false" />
317
+ </xs : complexType >
313
318
<xs : complexType name =" coverageReportCrap4JType" >
314
319
<xs : attribute name =" outputFile" type =" xs:anyURI" use =" required" />
315
320
<xs : attribute name =" threshold" type =" xs:integer" />
You can’t perform that action at this time.
0 commit comments