-
- Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature/test-doublesTest Stubs and Mock ObjectsTest Stubs and Mock Objectstype/deprecationSomething will be/is deprecatedSomething will be/is deprecated
Milestone
Description
To reduce complexity inside PHPUnit's test double functionality, MockBuilder::enableArgumentCloning() and MockBuilder::disableArgumentCloning() will be deprecated and then removed:
- soft deprecation in PHPUnit 10.1 (add
@deprecatedannotation to the method declaration) - deprecation in PHPUnit 11 (using the method will trigger a deprecation)
- removal in PHPUnit 12
lolli42
Metadata
Metadata
Assignees
Labels
feature/test-doublesTest Stubs and Mock ObjectsTest Stubs and Mock Objectstype/deprecationSomething will be/is deprecatedSomething will be/is deprecated