Implements hook_trigger_info().

File

modules/simpletest/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'),
      ),
    ),
  );
}