This functionality is currently hard-deprecated:
| Issue | Description | Since | Replacement |
|---|---|---|---|
| #6461 | TestCase::any() |
12.5.5 | Use a test stub instead or configure a real invocation count expectation |
| #6505 | Calling atLeast() with an argument that is not positive |
13.0.2 | Use a positive argument instead |
| #6507 | Support for using with*() without expects() |
13.0.2 | Either configure an expected invocation count using expects()or use a test stub without the with*() call instead |
| Issue | Description | Since | Replacement |
|---|---|---|---|
| #6515 | --log-events-verbose-text <file> CLI option |
13.1.0 | Use --log-events-verbose-text <file> --with-telemetry instead |