Skip to content

Commit 6bcf520

Browse files
Update ChangeLog
1 parent 7b22e98 commit 6bcf520

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ChangeLog-10.2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ All notable changes of the PHPUnit 10.2 release series are documented in this fi
1515
* `PHPUnit\TextUI\Configuration\Configuration::restrictNotices()` (use `source()->restrictNotices()` instead)
1616
* `PHPUnit\TextUI\Configuration\Configuration::restrictWarnings()` (use `source()->restrictWarnings()` instead)
1717

18-
[10.2.0]: https://github.com/sebastianbergmann/phpunit/compare/10.1...main
18+
### Fixed
19+
20+
* [#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`
21+
* [#5366](https://github.com/sebastianbergmann/phpunit/issues/5366): `PHPUnit\Event\TestSuite\Loaded` event has incomplete `PHPUnit\Event\TestSuite\TestSuite` value object
22+
23+
[10.2.0]: https://github.com/sebastianbergmann/phpunit/compare/10.1.3...main

0 commit comments

Comments
 (0)