Back to Phpunit

Deprecations

DEPRECATIONS.md

13.1.82.7 KB
Original Source

Deprecations

Soft Deprecations

This functionality is currently soft-deprecated:

Writing Tests

Assertions, Constraints, and Expectations

IssueDescriptionSinceReplacement
#6537id() and after() for mock object expectations13.1.0

Hard Deprecations

This functionality is currently hard-deprecated:

Writing Tests

Assertions, Constraints, and Expectations

IssueDescriptionSinceReplacement
#6461TestCase::any()12.5.5Use a test stub instead or configure a real invocation count expectation
#6505Calling atLeast() with an argument that is not positive13.0.2Use a positive argument instead
#6507Support for using with*() without expects()13.0.2Either configure an expected invocation count using expects()or use a test stub without the with*() call instead

Running Tests

IssueDescriptionSinceReplacement
#6515--log-events-verbose-text <file> CLI option13.1.0Use --log-events-verbose-text <file> --with-telemetry instead