Skip to content

Commit 9c8887c

Browse files
Sync
1 parent 6779c3d commit 9c8887c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/11.5.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</xs:element>
6565
</xs:all>
6666
<xs:attribute name="pathCoverage" type="xs:boolean" default="false"/>
67+
<xs:attribute name="includeUncoveredFiles" type="xs:boolean" default="true"/>
6768
<xs:attribute name="ignoreDeprecatedCodeUnits" type="xs:boolean" default="false"/>
6869
<xs:attribute name="disableCodeCoverageIgnore" type="xs:boolean" default="false"/>
6970
</xs:complexType>
@@ -180,6 +181,7 @@
180181
<xs:attribute name="failOnAllIssues" type="xs:boolean" default="false"/>
181182
<xs:attribute name="failOnDeprecation" type="xs:boolean" default="false"/>
182183
<xs:attribute name="failOnPhpunitDeprecation" type="xs:boolean" default="false"/>
184+
<xs:attribute name="failOnPhpunitWarning" type="xs:boolean" default="true"/>
183185
<xs:attribute name="failOnEmptyTestSuite" type="xs:boolean" default="false"/>
184186
<xs:attribute name="failOnIncomplete" type="xs:boolean" default="false"/>
185187
<xs:attribute name="failOnNotice" type="xs:boolean" default="false"/>

0 commit comments

Comments
 (0)