function BootstrapIPAddressTestCase::getInfo

File

modules/simpletest/tests/bootstrap.test, line 12

Class

BootstrapIPAddressTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'IP address and HTTP_HOST test',
        'description' => 'Get the IP address from the current visitor from the server variables, check hostname validation.',
        'group' => 'Bootstrap',
    );
}

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