Skip to content

Commit f02d4ee

Browse files
Douglasdc3sebastianbergmann
authored andcommitted
Add default for cacheResult to phpunit.xsd
1 parent 6dac19d commit f02d4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<xs:attribute name="backupGlobals" type="xs:boolean" default="false"/>
224224
<xs:attribute name="backupStaticAttributes" type="xs:boolean" default="false"/>
225225
<xs:attribute name="bootstrap" type="xs:anyURI"/>
226-
<xs:attribute name="cacheResult" type="xs:boolean"/>
226+
<xs:attribute name="cacheResult" type="xs:boolean" default="false"/>
227227
<xs:attribute name="cacheResultFile" type="xs:anyURI"/>
228228
<xs:attribute name="cacheTokens" type="xs:boolean"/>
229229
<xs:attribute name="colors" type="xs:boolean" default="false"/>

0 commit comments

Comments
 (0)