Skip to content

Commit aef0e6c

Browse files
Sync
1 parent 5788dbc commit aef0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/10.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
<xs:attribute name="failOnAllIssues" type="xs:boolean" default="false"/>
181181
<xs:attribute name="failOnDeprecation" type="xs:boolean" default="false"/>
182182
<xs:attribute name="failOnPhpunitDeprecation" type="xs:boolean" default="false"/>
183+
<xs:attribute name="failOnPhpunitWarning" type="xs:boolean" default="true"/>
183184
<xs:attribute name="failOnEmptyTestSuite" type="xs:boolean" default="false"/>
184185
<xs:attribute name="failOnIncomplete" type="xs:boolean" default="false"/>
185186
<xs:attribute name="failOnNotice" type="xs:boolean" default="false"/>
@@ -198,7 +199,6 @@
198199
<xs:attribute name="beStrictAboutChangesToGlobalState" type="xs:boolean" default="false"/>
199200
<xs:attribute name="beStrictAboutOutputDuringTests" type="xs:boolean" default="false"/>
200201
<xs:attribute name="beStrictAboutTestsThatDoNotTestAnything" type="xs:boolean" default="true"/>
201-
<xs:attribute name="beStrictAboutTodoAnnotatedTests" type="xs:boolean" default="false"/>
202202
<xs:attribute name="beStrictAboutCoverageMetadata" type="xs:boolean" default="false"/>
203203
<xs:attribute name="defaultTimeLimit" type="xs:integer" default="0"/>
204204
<xs:attribute name="enforceTimeLimit" type="xs:boolean" default="false"/>

0 commit comments

Comments
 (0)