Skip to content

Commit c535b1c

Browse files
Closes #3225
1 parent 2d53bd5 commit c535b1c

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
@@ -8,6 +8,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
88

99
* Fixed [#3209](https://github.com/sebastianbergmann/phpunit/issues/3209): `Test::run()` and `TestCase::run()` interface contradiction
1010
* Fixed [#3218](https://github.com/sebastianbergmann/phpunit/issues/3218): `prefix` attribute for `directory` node missing from `phpunit.xml` XSD
11+
* Fixed [#3225](https://github.com/sebastianbergmann/phpunit/issues/3225): `coverage-php` missing from `phpunit.xsd`
1112

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

phpunit.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<xs:enumeration value="coverage-clover"/>
126126
<xs:enumeration value="coverage-crap4j"/>
127127
<xs:enumeration value="coverage-xml"/>
128+
<xs:enumeration value="coverage-php"/>
128129
<xs:enumeration value="json"/>
129130
<xs:enumeration value="plain"/>
130131
<xs:enumeration value="tap"/>

0 commit comments

Comments
 (0)