From 53aa87ab4bdc22fd567565e9525bab5c98dbb87d Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 23 Jan 2022 10:53:46 +0100 Subject: [PATCH] Closes #4871 --- ChangeLog-9.5.md | 7 +++++++ build.xml | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog-9.5.md b/ChangeLog-9.5.md index 626d7411489..dc6b3887500 100644 --- a/ChangeLog-9.5.md +++ b/ChangeLog-9.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 9.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [9.5.13] - 2022-MM-DD + +### Fixed + +* [#4871](https://github.com/sebastianbergmann/phpunit/issues/4871): Class `SebastianBergmann\CodeCoverage\Filter` is not found during PHPT tests when PHPUnit is used from PHAR + ## [9.5.12] - 2022-01-21 ### Fixed @@ -110,6 +116,7 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil * [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly +[9.5.13]: https://github.com/sebastianbergmann/phpunit/compare/9.5.12...9.5 [9.5.12]: https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5.12 [9.5.11]: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 [9.5.10]: https://github.com/sebastianbergmann/phpunit/compare/9.5.9...9.5.10 diff --git a/build.xml b/build.xml index a69aed7826b..24256243b10 100644 --- a/build.xml +++ b/build.xml @@ -439,6 +439,7 @@ +