Skip to content

Commit

Permalink
Document that TestCase::throwException(), InvocationMocker::willRetur…
Browse files Browse the repository at this point in the history
…nOnConsecutiveCalls(), and MockBuilder::setMockClassName() are no longer deprecated
  • Loading branch information
sebastianbergmann committed Aug 15, 2023
1 parent 3fd173b commit 9c916ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog-10.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes of the PHPUnit 10.3 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [10.3.2] - 2023-MM-DD

# Deprecated

* [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423): `TestCase::throwException()` is no longer deprecated
* [#5425](https://github.com/sebastianbergmann/phpunit/issues/5425): `InvocationMocker::willReturnOnConsecutiveCalls()` is no longer deprecated
* [#5444](https://github.com/sebastianbergmann/phpunit/issues/5444): `MockBuilder::setMockClassName()` is no longer deprecated

## [10.3.1] - 2023-08-04

### Fixed
Expand Down Expand Up @@ -38,5 +46,6 @@ All notable changes of the PHPUnit 10.3 release series are documented in this fi

* [#5456](https://github.com/sebastianbergmann/phpunit/issues/5456): Risky Test Check for Output Buffering is performed before after-test methods are called

[10.3.2]: https://github.com/sebastianbergmann/phpunit/compare/10.3.1...10.3
[10.3.1]: https://github.com/sebastianbergmann/phpunit/compare/10.3.0...10.3.1
[10.3.0]: https://github.com/sebastianbergmann/phpunit/compare/10.2.7...10.3.0

0 comments on commit 9c916ec

Please sign in to comment.