public static function BootstrapIPAddressTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/bootstrap.test, line 5

Class

BootstrapIPAddressTestCase

Código

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