public static function BootstrapVariableTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 231
Class
Código
public static function getInfo() {
return array(
'name' => 'Variable test',
'description' => 'Make sure the variable system functions correctly.',
'group' => 'Bootstrap',
);
}