Skip to content

Commit 2d53bd5

Browse files
Closes #3218
1 parent 36101dc commit 2d53bd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ChangeLog-6.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
77
### Fixed
88

99
* Fixed [#3209](https://github.com/sebastianbergmann/phpunit/issues/3209): `Test::run()` and `TestCase::run()` interface contradiction
10+
* Fixed [#3218](https://github.com/sebastianbergmann/phpunit/issues/3218): `prefix` attribute for `directory` node missing from `phpunit.xml` XSD
1011

1112
## [6.5.9] - 2018-07-03
1213

phpunit.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<xs:complexType name="directoryFilterType">
153153
<xs:simpleContent>
154154
<xs:extension base="xs:anyURI">
155+
<xs:attribute type="xs:string" name="prefix" default=""/>
155156
<xs:attribute type="xs:string" name="suffix" default="Test.php"/>
156157
<xs:attributeGroup ref="phpVersionGroup"/>
157158
</xs:extension>

0 commit comments

Comments
 (0)