Skip to content

Commit 270c742

Browse files
Merge branch '10.0'
2 parents 3f7a328 + 4f49a8f commit 270c742

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog-10.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [10.0.2] - 2023-MM-DD
5+
## [10.0.2] - 2023-02-04
66

77
### Changed
88

@@ -140,6 +140,6 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
140140
* The CLI test runner can no longer be extended through inheritance, the `PHPUnit\TextUI\Command` class has been removed
141141
* PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported
142142

143-
[10.0.2]: https://github.com/sebastianbergmann/phpunit/compare/10.0.1...10.0
143+
[10.0.2]: https://github.com/sebastianbergmann/phpunit/compare/10.0.1...10.0.2
144144
[10.0.1]: https://github.com/sebastianbergmann/phpunit/compare/10.0.0...10.0.1
145145
[10.0.0]: https://github.com/sebastianbergmann/phpunit/compare/9.6...10.0.0

ChangeLog-9.6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [9.6.2] - 2023-MM-DD
5+
## [9.6.2] - 2023-02-04
66

77
### Fixed
88

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

27-
[9.6.2]: https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6
27+
[9.6.2]: https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2
2828
[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1
2929
[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0

0 commit comments

Comments
 (0)