function system_test_init

Implements hook_init().

File

modules/simpletest/tests/system_test.module, line 325

Code

function system_test_init() {
    // Used by FrontPageTestCase to get the results of drupal_is_front_page().
    if (variable_get('front_page_output', 0) && drupal_is_front_page()) {
        drupal_set_message(t('On front page.'));
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.