public static function VariableTestCase::getInfo in Variable 7.2
Same name and namespace in other branches
- 7 variable.test \VariableTestCase::getInfo()
File
- ./
variable.test, line 14 - Tests for variable.module.
Class
- VariableTestCase
- Helper class for module test cases.
Code
public static function getInfo() {
return array(
'name' => 'Test Variable API',
'description' => 'Exercise the Variable API, default values, save and delete variables, etc.',
'group' => 'Variable',
);
}