]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/include/workflow/testfiles/workflow/actions_array.php
Added unit tests.
[Github/sugarcrm.git] / tests / include / workflow / testfiles / workflow / actions_array.php
1 <?php
2 //Workflow Action Meta Data Arrays 
3 $action_meta_array = array ( 
4
5 'Accounts0_action0' => 
6
7 array ( 
8
9                  'action_type' => 'update', 
10                  'action_module' => '', 
11                  'rel_module' => '', 
12                  'rel_module_type' => 'all', 
13          'basic' => array ( 
14
15                  'description' => 'Hey Man!', 
16          ), 
17
18          'basic_ext' => array ( 
19
20          ), 
21
22          'advanced' => array ( 
23
24          ), 
25
26 ), 
27
28 'Accounts1_action0' => 
29
30 array ( 
31
32                  'action_type' => 'update', 
33                  'action_module' => '', 
34                  'rel_module' => '', 
35                  'rel_module_type' => 'all', 
36          'basic' => array ( 
37
38                  'team_id' => '1', 
39          ), 
40
41          'basic_ext' => array ( 
42
43          ), 
44
45          'advanced' => array ( 
46
47          ), 
48
49 ), 
50
51 ); 
52
53  
54
55 ?>