Skip to content

Commit 4c44b5d

Browse files
Merge branch '6.5'
2 parents 1ad62f2 + c535b1c commit 4c44b5d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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

ChangeLog-7.3.md

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

2424
* Fixed [#3154](https://github.com/sebastianbergmann/phpunit/issues/3154): Global constants as default parameter values are not handled correctly in namespace
25+
* Fixed [#3225](https://github.com/sebastianbergmann/phpunit/issues/3225): `coverage-php` missing from `phpunit.xsd`
2526

2627
[7.3.0]: https://github.com/sebastianbergmann/phpunit/compare/7.2...7.3.0
2728

phpunit.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
<xs:enumeration value="coverage-clover"/>
133133
<xs:enumeration value="coverage-crap4j"/>
134134
<xs:enumeration value="coverage-xml"/>
135+
<xs:enumeration value="coverage-php"/>
135136
<xs:enumeration value="json"/>
136137
<xs:enumeration value="plain"/>
137138
<xs:enumeration value="tap"/>

0 commit comments

Comments
 (0)