Skip to content

Commit

Permalink
Closes #3218
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 19, 2018
1 parent 36101dc commit 2d53bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog-6.5.md
Expand Up @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
### Fixed

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

## [6.5.9] - 2018-07-03

Expand Down
1 change: 1 addition & 0 deletions phpunit.xsd
Expand Up @@ -152,6 +152,7 @@
<xs:complexType name="directoryFilterType">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute type="xs:string" name="prefix" default=""/>
<xs:attribute type="xs:string" name="suffix" default="Test.php"/>
<xs:attributeGroup ref="phpVersionGroup"/>
</xs:extension>
Expand Down

0 comments on commit 2d53bd5

Please sign in to comment.