| Zeile 1... |
Zeile 1... |
| 1 |
# Changes in PHPUnit 9.6
|
1 |
# Changes in PHPUnit 9.6
|
| Zeile 2... |
Zeile 2... |
| 2 |
|
2 |
|
| Zeile -... |
Zeile 3... |
| - |
|
3 |
All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
|
| - |
|
4 |
|
| - |
|
5 |
## [9.6.4] - 2023-02-27
|
| - |
|
6 |
|
| - |
|
7 |
### Fixed
|
| - |
|
8 |
|
| 3 |
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 |
* [#5186](https://github.com/sebastianbergmann/phpunit/issues/5186): SBOM does not validate
|
| Zeile 4... |
Zeile 10... |
| 4 |
|
10 |
|
| Zeile 5... |
Zeile 11... |
| 5 |
## [9.6.3] - 2023-02-04
|
11 |
## [9.6.3] - 2023-02-04
|
| Zeile 17... |
Zeile 23... |
| 17 |
## [9.6.1] - 2023-02-03
|
23 |
## [9.6.1] - 2023-02-03
|
| Zeile 18... |
Zeile 24... |
| 18 |
|
24 |
|
| Zeile 19... |
Zeile 25... |
| 19 |
### Fixed
|
25 |
### Fixed
|
| 20 |
|
26 |
|
| Zeile 21... |
Zeile 27... |
| 21 |
* [#5073](https://github.com/sebastianbergmann/phpunit/issues/5073): `--no-extensions` CLI option only prevents extension PHARs from being loaded
|
27 |
* [#5073](https://github.com/sebastianbergmann/phpunit/issues/5073): `--no-extensions` CLI option only prevents extension PHARs from being loaded
|
| Zeile 22... |
Zeile 28... |
| 22 |
* [#5160](https://github.com/sebastianbergmann/phpunit/issues/5160): PHPUnit 9.6 misses deprecations for assertions and constraints removed in PHPUnit 10
|
28 |
* [#5160](https://github.com/sebastianbergmann/phpunit/issues/5160): Deprecate `assertClassHasAttribute()`, `assertClassNotHasAttribute()`, `assertClassHasStaticAttribute()`, `assertClassNotHasStaticAttribute()`, `assertObjectHasAttribute()`, `assertObjectNotHasAttribute()`, `classHasAttribute()`, `classHasStaticAttribute()`, and `objectHasAttribute()`
|
| Zeile 23... |
Zeile 29... |
| 23 |
|
29 |
|
| 24 |
## [9.6.0] - 2023-02-03
|
30 |
## [9.6.0] - 2023-02-03
|
| 25 |
|
31 |
|
| 26 |
### Changed
|
32 |
### Changed
|
| Zeile -... |
Zeile 33... |
| - |
|
33 |
|
| 27 |
|
34 |
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): Deprecate `expectDeprecation()`, `expectDeprecationMessage()`, `expectDeprecationMessageMatches()`, `expectError()`, `expectErrorMessage()`, `expectErrorMessageMatches()`, `expectNotice()`, `expectNoticeMessage()`, `expectNoticeMessageMatches()`, `expectWarning()`, `expectWarningMessage()`, and `expectWarningMessageMatches()`
|
| 28 |
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): Deprecate `expectDeprecation()`, `expectDeprecationMessage()`, `expectDeprecationMessageMatches()`, `expectError()`, `expectErrorMessage()`, `expectErrorMessageMatches()`, `expectNotice()`, `expectNoticeMessage()`, `expectNoticeMessageMatches()`, `expectWarning()`, `expectWarningMessage()`, and `expectWarningMessageMatches()`
|
35 |
* [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063): Deprecate `withConsecutive()`
|
| 29 |
* [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063): Deprecate `withConsecutive()`
|
36 |
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
|
| 30 |
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
|
37 |
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
|