Skip to content

Commit

Permalink
Merge branch '7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 10, 2018
2 parents 166a70e + c33b0de commit e4e48f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ChangeLog-7.1.md
Expand Up @@ -6,9 +6,8 @@ All notable changes of the PHPUnit 7.1 release series are documented in this fil

### Fixed

* Fixed [#2830](https://github.com/sebastianbergmann/phpunit/issues/2830): `@runClassInSeparateProcess` does not work for tests that use `@dataProvider`
* Fixed [#2830](https://github.com/sebastianbergmann/phpunit/issues/2830): `@runClassInSeparateProcess` and `@dataProvider` cannot be used together
* Fixed [#3059](https://github.com/sebastianbergmann/phpunit/pull/3059): `StringMatchesFormatDescription` constraint fails when matching multiline with `\r\n`
* Fixed [#3083](https://github.com/sebastianbergmann/phpunit/pull/3083): `@runClassInSeparateProcess` and `@dataProvider` cannot be used together
* Fixed [#3087](https://github.com/sebastianbergmann/phpunit/pull/3087): `TestCase::getTestResultObject()` can return `null`

## [7.1.1] - 2018-04-06
Expand Down

0 comments on commit e4e48f1

Please sign in to comment.