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-5.7.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,18 @@
2
2
3
3
All notable changes of the PHPUnit 5.7 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+
## [5.7.19] - 2017-04-03
6
+
7
+
### Fixed
8
+
9
+
* Fixed [#2638](https://github.com/sebastianbergmann/phpunit/pull/2638): Regression in `PHPUnit\Framework\TestCase:registerMockObjectsFromTestArguments()`
10
+
5
11
## [5.7.18] - 2017-04-02
6
12
7
13
### Fixed
8
14
9
15
* Fixed [#2145](https://github.com/sebastianbergmann/phpunit/issues/2145): `--stop-on-failure` fails to stop on PHP 7
10
-
* Fixed [#2572](https://github.com/sebastianbergmann/phpunit/issues/2572): `PHPUnit\Framework\TestCase:.registerMockObjectsFromTestArguments()` does not correctly handle arrays that reference themselves
16
+
* Fixed [#2572](https://github.com/sebastianbergmann/phpunit/issues/2572): `PHPUnit\Framework\TestCase:registerMockObjectsFromTestArguments()` does not correctly handle arrays that reference themselves
11
17
12
18
## [5.7.17] - 2017-03-19
13
19
@@ -149,6 +155,7 @@ All notable changes of the PHPUnit 5.7 release series are documented in this fil
149
155
* The `--tap` and `--log-tap` commandline options have been deprecated
150
156
* The `--self-update` and `--self-upgrade` commandline options have been deprecated (PHAR binary only)
0 commit comments