Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 28, 2019
1 parent 46690a4 commit c63ba6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog-8.4.md
Expand Up @@ -6,6 +6,9 @@ All notable changes of the PHPUnit 8.4 release series are documented in this fil

### Fixed

* Fixed [#3727](https://github.com/sebastianbergmann/phpunit/issues/3727): Problem hidden by PHPUnit's error handler
* Fixed [#3793](https://github.com/sebastianbergmann/phpunit/issues/3793): JUnit logger reports warnings as failures
* Fixed [#3863](https://github.com/sebastianbergmann/phpunit/pull/3863): `\Countable` needs to be checked before `\EmptyIterator`
* Fixed [#3889](https://github.com/sebastianbergmann/phpunit/issues/3889): Test(s) not found when source filename does not match test case class name
* Fixed [#3893](https://github.com/sebastianbergmann/phpunit/issues/3893): `TypeError` when called with a filename without extension

Expand Down

0 comments on commit c63ba6a

Please sign in to comment.