You are here

function actions_loop_test_init in SimpleTest 7

Implement hook_init().

File

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');
  }
}