Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 2.06 KB

File metadata and controls

21 lines (14 loc) · 2.06 KB

Deprecations

Hard Deprecations

This functionality is currently hard-deprecated:

Writing Tests

Assertions, Constraints, and Expectations

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

Running Tests

Issue Description Since Replacement
#6515 --log-events-verbose-text <file> CLI option 13.1.0 Use --log-events-verbose-text <file> --with-telemetry instead