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.
WP_Mock provides useful helpers for
expectFilterAddedandexpectFilterNotAdded, and heir companion for actions. However, we have no canonical way of checkingremove_actionnorremove_filtercalls.It would be fantastic to extend the current hooks helpers to cover those.