Skip to content

Commit

Permalink
Closes #3770
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 7, 2020
1 parent c0e4b95 commit d33d9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog-9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes of the PHPUnit 9.0 release series are documented in this fil
### Changed

* Implemented [#3630](https://github.com/sebastianbergmann/phpunit/issues/3630): Deprecate support for `ClassName<*>` as values for `@covers` and `@uses` annotations (this deprecation is not implemented in code, you will not get a deprecation warning when you use this feature in PHPUnit 9)
* Implemented [#3770](https://github.com/sebastianbergmann/phpunit/issues/3770): Deprecate `MockBuilder::setMethods()` (this deprecation is not implemented in code, you will not get a deprecation warning when you use this feature in PHPUnit 9)
* Implemented [#3746](https://github.com/sebastianbergmann/phpunit/issues/3746): Improve developer experience of global wrapper functions for assertions
* Implemented [#3914](https://github.com/sebastianbergmann/phpunit/pull/3914): Refactor `PHPUnit\Util\Configuration`
* Implemented [#4024](https://github.com/sebastianbergmann/phpunit/issues/4024): Make `PHPUnit\TextUI\ResultPrinter` an interface
Expand Down

0 comments on commit d33d9ea

Please sign in to comment.