function DrupalHTTPRedirectTest::getInfo

File

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

Class

DrupalHTTPRedirectTest
Unit tests for processing of http redirects.

Code

public static function getInfo() {
    return array(
        'name' => 'Drupal HTTP redirect processing',
        'description' => 'Perform unit tests on processing of http redirects.',
        'group' => 'System',
    );
}

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