Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Remove "final" declaration from ErrorHandler #185

Conversation

weierophinney
Copy link
Member

Per #176, because the ErrorHandler adds a public method that is not in any interface, it cannot be easily mocked for testing purposes. This patch removes that declaration.

Fixes #176

Per zendframework#176, because the `ErrorHandler` adds a public method that is not in
any interface, it cannot be easily mocked for testing purposes. This
patch removes that declaration.
@weierophinney weierophinney merged commit edc8af1 into zendframework:develop Feb 6, 2019
@weierophinney weierophinney deleted the feature/176-errorhandler-non-final branch February 6, 2019 17:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant