public static function variableCleanWebTestCase::getInfo in Variable Cleanup 6
Same name and namespace in other branches
- 7 variable_clean.test \variableCleanWebTestCase::getInfo()
Implementation of getInfo() for information
File
- ./
variable_clean.test, line 13 - Simpletests for the variable_clean module.
Class
- variableCleanWebTestCase
- @file Simpletests for the variable_clean module.
Code
public static function getInfo() {
return array(
'name' => t('Variable Clean tests'),
'description' => t('Test proper handling of various ways to use a variable.'),
'group' => 'Variable Clean',
);
}