function BootstrapTrustedHostsTestCase::getInfo
File
-
modules/
simpletest/ tests/ bootstrap.test, line 972
Class
- BootstrapTrustedHostsTestCase
- Test the trusted HTTP host configuration.
Code
public static function getInfo() {
return array(
'name' => 'Trusted HTTP host test',
'description' => 'Tests the trusted_host_patterns configuration.',
'group' => 'Bootstrap',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.