You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog-6.5.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes of the PHPUnit 6.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+
## [6.5.8] - 2018-MM-DD
6
+
7
+
### Fixed
8
+
9
+
* Fixed [#2830](https://github.com/sebastianbergmann/phpunit/issues/2830): `@runClassInSeparateProcess` does not work for tests that use `@dataProvider`
10
+
5
11
## [6.5.7] - 2018-02-26
6
12
7
13
### Fixed
@@ -56,6 +62,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil
56
62
* Fixed [#2654](https://github.com/sebastianbergmann/phpunit/issues/2654): Problems with `assertJsonStringEqualsJsonString()`
57
63
* Fixed [#2810](https://github.com/sebastianbergmann/phpunit/pull/2810): Code Coverage for PHPT tests does not work
Copy file name to clipboardExpand all lines: ChangeLog-7.1.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes of the PHPUnit 7.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+
## [7.1.2] - 2018-MM-DD
6
+
7
+
### Fixed
8
+
9
+
* Fixed [#2830](https://github.com/sebastianbergmann/phpunit/issues/2830): `@runClassInSeparateProcess` does not work for tests that use `@dataProvider`
10
+
5
11
## [7.1.1] - 2018-04-06
6
12
7
13
### Fixed
@@ -20,6 +26,7 @@ All notable changes of the PHPUnit 7.1 release series are documented in this fil
20
26
*`PHPUnit\Framework\Assert` is no longer searched for test methods
21
27
*`ReflectionMethod::invokeArgs()` is no longer used to invoke test methods
0 commit comments