function actions_loop_test_init in Drupal 7
Implements hook_init().
File
- modules/
simpletest/ tests/ actions_loop_test.module, line 40
Code
function actions_loop_test_init() {
if (!empty($_GET['trigger_actions_on_watchdog'])) {
watchdog_skip_semaphore('actions_loop_test', 'Triggering action loop');
}
}