EP_Test_Base::action_delete_post PHP Method

action_delete_post() public method

Helper function to test whether a post has been deleted off ES
Since: 1.0
public action_delete_post ( )
    public function action_delete_post()
    {
        $this->fired_actions['ep_delete_post'] = true;
    }