Error message

You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).

function BootstrapOverrideServerVariablesTestCase::getInfo

File

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

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

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