public static function BootstrapIPAddressTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 5

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',
  );
}