Skip to content

Commit 0d28989

Browse files
Sync defaults with code
1 parent 2888671 commit 0d28989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
</xs:simpleType>
150150
</xs:attribute>
151151
<xs:attribute name="target" type="xs:anyURI"/>
152-
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="35"/>
153-
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="70"/>
152+
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="50"/>
153+
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="90"/>
154154
<xs:attribute name="showUncoveredFiles" type="xs:boolean" default="false"/>
155155
<xs:attribute name="showOnlySummary" type="xs:boolean" default="false"/>
156156
<xs:attribute name="threshold" type="xs:nonNegativeInteger" default="30"/>

0 commit comments

Comments
 (0)