Skip to content

Commit 49c140c

Browse files
nicolas-grekassebastianbergmann
authored andcommitted
Fix XSD to allow empty <extensions> tag
1 parent 26ad1b9 commit 49c140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</xs:complexType>
5858
<xs:complexType name="extensionsType">
5959
<xs:sequence>
60-
<xs:element name="extension" type="objectType" maxOccurs="unbounded"/>
60+
<xs:element name="extension" type="objectType" minOccurs="0" maxOccurs="unbounded"/>
6161
</xs:sequence>
6262
</xs:complexType>
6363
<xs:complexType name="listenersType">

0 commit comments

Comments
 (0)