function common_test_init

Implements hook_init().

File

drupal/modules/simpletest/tests/common_test.module, line 98
Helper module for the Common tests.

Code

function common_test_init() {
  if (variable_get('common_test_redirect_current_path', FALSE)) {
    drupal_goto(current_path());
  }
}