Hi there,
I want to do unit testing of my module using PHPUnit. But I don't know how to test action Hooks methods, Anyone?
public function hookActionObjectProductInCartDeleteAfter($params)
{
// Do something Like Delete Specific Price, send mail, etc.
}