File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
7
7
### Fixed
8
8
9
9
* Fixed [ #3209 ] ( https://github.com/sebastianbergmann/phpunit/issues/3209 ) : ` Test::run() ` and ` TestCase::run() ` interface contradiction
10
+ * Fixed [ #3218 ] ( https://github.com/sebastianbergmann/phpunit/issues/3218 ) : ` prefix ` attribute for ` directory ` node missing from ` phpunit.xml ` XSD
10
11
11
12
## [ 6.5.9] - 2018-07-03
12
13
Original file line number Diff line number Diff line change 152
152
<xs : complexType name =" directoryFilterType" >
153
153
<xs : simpleContent >
154
154
<xs : extension base =" xs:anyURI" >
155
+ <xs : attribute type =" xs:string" name =" prefix" default =" " />
155
156
<xs : attribute type =" xs:string" name =" suffix" default =" Test.php" />
156
157
<xs : attributeGroup ref =" phpVersionGroup" />
157
158
</xs : extension >
You can’t perform that action at this time.
0 commit comments