public static function BootstrapVariableTestCase::getInfo

File

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

Class

BootstrapVariableTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Variable test',
    'description' => 'Make sure the variable system functions correctly.',
    'group' => 'Bootstrap',
  );
}