• how to test sugarhook logic in sugarcrm10

    I have the following logic hook <?php if (!defined('sugarEntry') || !sugarEntry) { die('Not A Valid Entry Point'); } require_once('modules/Order/OrderSearchHelper.php'); /** * Class OrderHooks */ class OrderHooks { public $bean;…