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