Skip to content

Commit 8dccbc7

Browse files
committed
Removed default values for HTML code coverage colors in phpunit.xsd for the upgrade to Bootstrap 5.
1 parent 36bbd10 commit 8dccbc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpunit.xsd

+5-5
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,11 @@
310310
<xs:attribute name="outputDirectory" type="xs:anyURI" use="required"/>
311311
<xs:attribute name="lowUpperBound" type="xs:integer" default="50"/>
312312
<xs:attribute name="highLowerBound" type="xs:integer" default="90"/>
313-
<xs:attribute name="colorSuccessLow" type="xs:string" default="#dff0d8"/>
314-
<xs:attribute name="colorSuccessMedium" type="xs:string" default="#c3e3b5"/>
315-
<xs:attribute name="colorSuccessHigh" type="xs:string" default="#99cb84"/>
316-
<xs:attribute name="colorWarning" type="xs:string" default="#fcf8e3"/>
317-
<xs:attribute name="colorDanger" type="xs:string" default="#f2dede"/>
313+
<xs:attribute name="colorSuccessLow" type="xs:string"/>
314+
<xs:attribute name="colorSuccessMedium" type="xs:string"/>
315+
<xs:attribute name="colorSuccessHigh" type="xs:string"/>
316+
<xs:attribute name="colorWarning" type="xs:string"/>
317+
<xs:attribute name="colorDanger" type="xs:string"/>
318318
<xs:attribute name="customCssFile" type="xs:string"/>
319319
<xs:attribute name="theme" type="xs:string"/>
320320
</xs:complexType>

0 commit comments

Comments
 (0)