Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 1, 2023
1 parent 7b22e98 commit 6bcf520
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ChangeLog-10.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ All notable changes of the PHPUnit 10.2 release series are documented in this fi
* `PHPUnit\TextUI\Configuration\Configuration::restrictNotices()` (use `source()->restrictNotices()` instead)
* `PHPUnit\TextUI\Configuration\Configuration::restrictWarnings()` (use `source()->restrictWarnings()` instead)

[10.2.0]: https://github.com/sebastianbergmann/phpunit/compare/10.1...main
### Fixed

* [#5364](https://github.com/sebastianbergmann/phpunit/issues/5364): Confusing warning message `Class ... cannot be found` when class is found, but does not extend `PHPUnit\Framework\TestCase`
* [#5366](https://github.com/sebastianbergmann/phpunit/issues/5366): `PHPUnit\Event\TestSuite\Loaded` event has incomplete `PHPUnit\Event\TestSuite\TestSuite` value object

[10.2.0]: https://github.com/sebastianbergmann/phpunit/compare/10.1.3...main

0 comments on commit 6bcf520

Please sign in to comment.