public static function BootstrapVariableTestCase::getInfo

7.x bootstrap.test public static BootstrapVariableTestCase::getInfo()

File

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

Class

BootstrapVariableTestCase

Code

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