From bc3f2cbd3ef651e8a3a760bd1629ecef642fb62a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 7 Sep 2018 21:50:20 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog-7.4.md b/ChangeLog-7.4.md index 999e50a2b2d..5490d0bb11a 100644 --- a/ChangeLog-7.4.md +++ b/ChangeLog-7.4.md @@ -4,5 +4,9 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil ## [7.4.0] - 2018-10-05 +### Added + +* Implemented [#3127](https://github.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked + [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0