function DrupalGotoTest::getInfo

File

modules/simpletest/tests/common.test, line 1444

Class

DrupalGotoTest
Testing drupal_goto and hook_drupal_goto_alter().

Code

public static function getInfo() {
    return array(
        'name' => 'Drupal goto',
        'description' => 'Performs tests on the drupal_goto function and hook_drupal_goto_alter',
        'group' => 'System',
    );
}

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