From e92a128096c1cf00050212fb64253f40757ab5a2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 26 Jan 2018 17:47:27 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-5.7.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog-5.7.md b/ChangeLog-5.7.md index bdd0723c6a5..dd4e4bc25b3 100644 --- a/ChangeLog-5.7.md +++ b/ChangeLog-5.7.md @@ -7,6 +7,8 @@ All notable changes of the PHPUnit 5.7 release series are documented in this fil ### Fixed * Fixed [#2236](https://github.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()` +* Fixed [#2950](https://github.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase` +* Fixed [#2972](https://github.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests ## [5.7.26] - 2017-12-17