]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/include/workflow/testfiles/logic_hooks.php
Added unit tests.
[Github/sugarcrm.git] / tests / include / workflow / testfiles / logic_hooks.php
1 <?php
2 // Do not store anything in this file that is not part of the array or the hook version.  This file will        
3 // be automatically rebuilt in the future. 
4  $hook_version = 1; 
5 $hook_array = Array(); 
6 // position, file, function 
7 $hook_array['before_save'] = Array(); 
8 $hook_array['before_save'][] = Array(1, 'workflow', 'include/workflow/WorkFlowHandler.php','WorkFlowHandler', 'WorkFlowHandler'); 
9
10
11
12 ?>