function SystemIndexPhpTest::getInfo

File

modules/system/system.test, line 3001

Class

SystemIndexPhpTest
Test the handling of requests containing 'index.php'.

Code

public static function getInfo() {
    return array(
        'name' => 'Index.php handling',
        'description' => "Test the handling of requests containing 'index.php'.",
        'group' => 'System',
    );
}

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