@@ -8,11 +8,11 @@ This functionality is currently [soft-deprecated](https://phpunit.de/backward-co
8
8
9
9
This functionality is currently [ hard-deprecated] ( https://phpunit.de/backward-compatibility.html#hard-deprecation ) :
10
10
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)
16
16
* [ #4062 ] ( https://github.com/sebastianbergmann/phpunit/issues/4062 ) : ` TestCase::assertNotIsReadable() ` (since PHPUnit 9.1.0)
17
17
* [ #4065 ] ( https://github.com/sebastianbergmann/phpunit/issues/4065 ) : ` TestCase::assertNotIsWritable() ` (since PHPUnit 9.1.0)
18
18
* [ #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
39
39
* [ #4601 ] ( https://github.com/sebastianbergmann/phpunit/issues/4601 ) : ` ClassHasAttribute ` (since PHPUnit 9.6.1)
40
40
* [ #4601 ] ( https://github.com/sebastianbergmann/phpunit/issues/4601 ) : ` ClassHasStaticAttribute ` (since PHPUnit 9.6.1)
41
41
* [ #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)
44
44
* [ #5062 ] ( https://github.com/sebastianbergmann/phpunit/issues/5062 ) : ` TestCase::expectDeprecation() ` (since PHPUnit 9.6.0)
45
45
* [ #5062 ] ( https://github.com/sebastianbergmann/phpunit/issues/5062 ) : ` TestCase::expectDeprecationMessage() ` (since PHPUnit 9.6.0)
46
46
* [ #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
53
53
* [ #5062 ] ( https://github.com/sebastianbergmann/phpunit/issues/5062 ) : ` TestCase::expectWarning() ` (since PHPUnit 9.6.0)
54
54
* [ #5062 ] ( https://github.com/sebastianbergmann/phpunit/issues/5062 ) : ` TestCase::expectWarningMessage() ` (since PHPUnit 9.6.0)
55
55
* [ #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)
58
58
* ` 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