function actions_loop_test_trigger_info in SimpleTest 7
Implement hook_trigger_info().
File
- tests/
actions_loop_test.module, line 6
Code
function actions_loop_test_trigger_info() {
return array(
'actions_loop_test' => array(
'watchdog' => array(
'label' => t('When a message is logged'),
),
),
);
}