From 2fb343000ed2225cc08d7e5f3578fe7b33b70ead Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 14 Apr 2023 10:51:48 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-9.6.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-9.6.md b/ChangeLog-9.6.md index 8303e3dead1..0b8ee417d77 100644 --- a/ChangeLog-9.6.md +++ b/ChangeLog-9.6.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [9.6.7] - 2023-MM-DD + +### Fixed + +* Tests that have `@doesNotPerformAssertions` do not contribute to code coverage + ## [9.6.6] - 2023-03-27 ### Fixed @@ -52,6 +58,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil * [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()` * [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes +[9.6.7]: https://github.com/sebastianbergmann/phpunit/compare/9.6.6...9.6 [9.6.6]: https://github.com/sebastianbergmann/phpunit/compare/9.6.5...9.6.6 [9.6.5]: https://github.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5 [9.6.4]: https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4