wp_mock
wp_mock copied to clipboard
Add expectHookRemoved and expectHookNotRemoved support
WP_Mock provides useful helpers for expectFilterAdded and expectFilterNotAdded, and heir companion for actions. However, we have no canonical way of checking remove_action nor remove_filter calls.
It would be fantastic to extend the current hooks helpers to cover those.