Skip to content

Commit

Permalink
allow in schema to have exclude in any order with directory and file …
Browse files Browse the repository at this point in the history
…for test suites
  • Loading branch information
drealecs committed Apr 10, 2022
1 parent 128f837 commit 7974113
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpunit.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,10 @@
</xs:complexType>
<xs:complexType name="testSuiteType">
<xs:sequence>
<xs:group ref="pathGroup"/>
<xs:element name="exclude" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="pathGroup"/>
<xs:element name="exclude" type="xs:string"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
Expand Down

0 comments on commit 7974113

Please sign in to comment.