Skip to content

Commit be53591

Browse files
Update XML configuration file schema for PHPUnit 11.2
1 parent 15f34af commit be53591

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema/11.2.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
<xs:attribute name="bootstrap" type="xs:anyURI"/>
173173
<xs:attribute name="cacheDirectory" type="xs:anyURI"/>
174174
<xs:attribute name="cacheResult" type="xs:boolean" default="true"/>
175-
<xs:attribute name="cacheResultFile" type="xs:anyURI"/>
176175
<xs:attribute name="colors" type="xs:boolean" default="false"/>
177176
<xs:attribute name="columns" type="columnsType" default="80"/>
178177
<xs:attribute name="controlGarbageCollector" type="xs:boolean" default="false"/>
@@ -198,7 +197,6 @@
198197
<xs:attribute name="beStrictAboutChangesToGlobalState" type="xs:boolean" default="false"/>
199198
<xs:attribute name="beStrictAboutOutputDuringTests" type="xs:boolean" default="false"/>
200199
<xs:attribute name="beStrictAboutTestsThatDoNotTestAnything" type="xs:boolean" default="true"/>
201-
<xs:attribute name="beStrictAboutTodoAnnotatedTests" type="xs:boolean" default="false"/>
202200
<xs:attribute name="beStrictAboutCoverageMetadata" type="xs:boolean" default="false"/>
203201
<xs:attribute name="defaultTimeLimit" type="xs:integer" default="0"/>
204202
<xs:attribute name="enforceTimeLimit" type="xs:boolean" default="false"/>

0 commit comments

Comments
 (0)