Skip to content

Commit

Permalink
Closes #3225
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 3, 2018
1 parent 2d53bd5 commit c535b1c
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 @@ -8,6 +8,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil

* 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
* Fixed [#3225](https://github.com/sebastianbergmann/phpunit/issues/3225): `coverage-php` missing from `phpunit.xsd`

## [6.5.9] - 2018-07-03

Expand Down
1 change: 1 addition & 0 deletions phpunit.xsd
Expand Up @@ -125,6 +125,7 @@
<xs:enumeration value="coverage-clover"/>
<xs:enumeration value="coverage-crap4j"/>
<xs:enumeration value="coverage-xml"/>
<xs:enumeration value="coverage-php"/>
<xs:enumeration value="json"/>
<xs:enumeration value="plain"/>
<xs:enumeration value="tap"/>
Expand Down

0 comments on commit c535b1c

Please sign in to comment.