File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
8
8
9
9
* Fixed [ #3209 ] ( https://github.com/sebastianbergmann/phpunit/issues/3209 ) : ` Test::run() ` and ` TestCase::run() ` interface contradiction
10
10
* 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 `
11
12
12
13
## [ 6.5.9] - 2018-07-03
13
14
Original file line number Diff line number Diff line change 125
125
<xs : enumeration value =" coverage-clover" />
126
126
<xs : enumeration value =" coverage-crap4j" />
127
127
<xs : enumeration value =" coverage-xml" />
128
+ <xs : enumeration value =" coverage-php" />
128
129
<xs : enumeration value =" json" />
129
130
<xs : enumeration value =" plain" />
130
131
<xs : enumeration value =" tap" />
You can’t perform that action at this time.
0 commit comments