public static function BootstrapVariableTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ bootstrap.test, line 259
Class
Code
public static function getInfo() {
return array(
'name' => 'Variable test',
'description' => 'Make sure the variable system functions correctly.',
'group' => 'Bootstrap',
);
}