public static function BootstrapOverrideServerVariablesTestCase::getInfo
7.x bootstrap.test | public static BootstrapOverrideServerVariablesTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 503
Class
- BootstrapOverrideServerVariablesTestCase
- Tests for overriding server variables via the API.
Code
public static function getInfo() {
return array(
'name' => 'Overriding server variables',
'description' => 'Test that drupal_override_server_variables() works correctly.',
'group' => 'Bootstrap',
);
}