Skip to content

Commit

Permalink
Merge branch '9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 3, 2023
2 parents 11879ae + 0154749 commit 8b1361c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ChangeLog-9.6.md
Expand Up @@ -2,11 +2,12 @@

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

## [9.6.1] - 2023-MM-DD
## [9.6.1] - 2023-02-03

### Fixed

* [#5073](https://github.com/sebastianbergmann/phpunit/issues/5073): `--no-extensions` CLI option only prevents extension PHARs from being loaded
* [#5160](https://github.com/sebastianbergmann/phpunit/issues/5160): PHPUnit 9.6 misses deprecations for assertions and constraints removed in PHPUnit 10

## [9.6.0] - 2023-02-03

Expand All @@ -17,5 +18,5 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes

[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6
[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1
[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0

0 comments on commit 8b1361c

Please sign in to comment.