Skip to content

Commit e1e78f4

Browse files
Sync
1 parent dc6522a commit e1e78f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

schema/12.2.xsd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
<xs:attribute name="failOnDeprecation" type="xs:boolean" default="false"/>
183183
<xs:attribute name="failOnPhpunitDeprecation" type="xs:boolean" default="false"/>
184184
<xs:attribute name="failOnPhpunitNotice" type="xs:boolean" default="false"/>
185+
<xs:attribute name="failOnPhpunitWarning" type="xs:boolean" default="true"/>
185186
<xs:attribute name="failOnEmptyTestSuite" type="xs:boolean" default="false"/>
186187
<xs:attribute name="failOnIncomplete" type="xs:boolean" default="false"/>
187188
<xs:attribute name="failOnNotice" type="xs:boolean" default="false"/>
@@ -298,7 +299,7 @@
298299
<xs:group name="loggingGroup">
299300
<xs:all>
300301
<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" />
302303
<xs:element name="teamcity" type="logToFileType" minOccurs="0" />
303304
<xs:element name="testdoxHtml" type="logToFileType" minOccurs="0" />
304305
<xs:element name="testdoxText" type="logToFileType" minOccurs="0" />
@@ -310,6 +311,10 @@
310311
<xs:complexType name="logToDirectoryType">
311312
<xs:attribute name="outputDirectory" type="xs:anyURI" use="required"/>
312313
</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>
313318
<xs:complexType name="coverageReportCrap4JType">
314319
<xs:attribute name="outputFile" type="xs:anyURI" use="required"/>
315320
<xs:attribute name="threshold" type="xs:integer"/>

0 commit comments

Comments
 (0)