Skip to content

Commit 281b349

Browse files
Sync defaults with code
1 parent b7fd781 commit 281b349

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
@@ -147,8 +147,8 @@
147147
</xs:simpleType>
148148
</xs:attribute>
149149
<xs:attribute name="target" type="xs:anyURI"/>
150-
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="35"/>
151-
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="70"/>
150+
<xs:attribute name="lowUpperBound" type="xs:nonNegativeInteger" default="50"/>
151+
<xs:attribute name="highLowerBound" type="xs:nonNegativeInteger" default="90"/>
152152
<xs:attribute name="showUncoveredFiles" type="xs:boolean" default="false"/>
153153
<xs:attribute name="showOnlySummary" type="xs:boolean" default="false"/>
154154
<xs:attribute name="threshold" type="xs:nonNegativeInteger" default="30"/>

0 commit comments

Comments
 (0)