wp_mock icon indicating copy to clipboard operation
wp_mock copied to clipboard

Add expectHookRemoved and expectHookNotRemoved support

Open decodekult opened this issue 5 years ago • 0 comments

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.

decodekult avatar Oct 15 '20 12:10 decodekult