Skip to content

Commit

Permalink
Enhancement: Keep values sorted in phpunit.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 5, 2019
1 parent 84f0bed commit d948d10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xsd
Expand Up @@ -176,14 +176,14 @@
<xs:restriction base="xs:string">
<xs:enumeration value="default"/>
<xs:enumeration value="defects"/>
<xs:enumeration value="duration"/>
<xs:enumeration value="depends"/>
<xs:enumeration value="depends,defects"/>
<xs:enumeration value="random"/>
<xs:enumeration value="reverse"/>
<xs:enumeration value="depends,duration"/>
<xs:enumeration value="depends,random"/>
<xs:enumeration value="depends,reverse"/>
<xs:enumeration value="depends,duration"/>
<xs:enumeration value="duration"/>
<xs:enumeration value="random"/>
<xs:enumeration value="reverse"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="fileFilterType">
Expand Down

0 comments on commit d948d10

Please sign in to comment.