- [soft deprecation](https://phpunit.de/backward-compatibility.html#soft-deprecation) in PHPUnit 10.4 (add `@deprecated` annotation to the method declaration) - [hard deprecation](https://phpunit.de/backward-compatibility.html#hard-deprecation) in PHPUnit 11 (using the method will trigger a deprecation) - removal in PHPUnit 12
@deprecatedannotation to the method declaration)