Skip to content

Commit c9e2d01

Browse files
Add missing version information
1 parent 554a191 commit c9e2d01

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DEPRECATIONS.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This functionality is currently [soft-deprecated](https://phpunit.de/backward-co
88

99
This functionality is currently [hard-deprecated](https://phpunit.de/backward-compatibility.html#hard-deprecation):
1010

11-
* [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687): `MockBuilder::setMethods()`
12-
* [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687): `MockBuilder::setMethodsExcept()`
13-
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `Command::handleLoader()`
14-
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `TestSuiteLoader`
15-
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `StandardTestSuiteLoader`
11+
* [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687): `MockBuilder::setMethods()` (since PHPUnit 8.3.0)
12+
* [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687): `MockBuilder::setMethodsExcept()` (since PHPUnit 9.6.0)
13+
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `Command::handleLoader()` (since PHPUnit 9.1.0)
14+
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `TestSuiteLoader` (since PHPUnit 9.1.0)
15+
* [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039): `StandardTestSuiteLoader` (since PHPUnit 9.1.0)
1616
* [#4062](https://github.com/sebastianbergmann/phpunit/issues/4062): `TestCase::assertNotIsReadable()` (since PHPUnit 9.1.0)
1717
* [#4065](https://github.com/sebastianbergmann/phpunit/issues/4065): `TestCase::assertNotIsWritable()` (since PHPUnit 9.1.0)
1818
* [#4068](https://github.com/sebastianbergmann/phpunit/issues/4068): `TestCase::assertDirectoryNotExists()` (since PHPUnit 9.1.0)
@@ -39,8 +39,8 @@ This functionality is currently [hard-deprecated](https://phpunit.de/backward-co
3939
* [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601): `ClassHasAttribute` (since PHPUnit 9.6.1)
4040
* [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601): `ClassHasStaticAttribute` (since PHPUnit 9.6.1)
4141
* [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601): `ObjectHasAttribute` (since PHPUnit 9.6.1)
42-
* [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676): `TestListener`
43-
* [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676): `TestListenerDefaultImplementation`
42+
* [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676): `TestListener` (since PHPUnit 8.0.0)
43+
* [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676): `TestListenerDefaultImplementation` (since PHPUnit 8.2.4)
4444
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectDeprecation()` (since PHPUnit 9.6.0)
4545
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectDeprecationMessage()` (since PHPUnit 9.6.0)
4646
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectDeprecationMessageMatches()` (since PHPUnit 9.6.0)
@@ -53,8 +53,8 @@ This functionality is currently [hard-deprecated](https://phpunit.de/backward-co
5353
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectWarning()` (since PHPUnit 9.6.0)
5454
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectWarningMessage()` (since PHPUnit 9.6.0)
5555
* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): `TestCase::expectWarningMessageMatches()` (since PHPUnit 9.6.0)
56-
* `TestCase::$backupGlobalsBlacklist`
57-
* `TestCase::$backupStaticAttributesBlacklist`
56+
* `TestCase::$backupGlobalsBlacklist` (since PHPUnit 9.3.0)
57+
* `TestCase::$backupStaticAttributesBlacklist` (since PHPUnit 9.3.0)
5858
* `TestCase::getMockClass()` (since PHPUnit 9.6.0)
59-
* `InvocationMocker::withConsecutive()`
60-
* `ConsecutiveParameters`
59+
* `InvocationMocker::withConsecutive()` (since PHPUnit 9.6.0)
60+
* `ConsecutiveParameters` (since PHPUnit 9.6.0)

0 commit comments

Comments
 (0)