public static function VarsSimpleTestCase::getInfo in Variable API 7.2
Same name and namespace in other branches
- 6.2 tests/vars.test \VarsSimpleTestCase::getInfo()
- 6 tests/vars.test \VarsSimpleTestCase::getInfo()
- 7 tests/vars.test \VarsSimpleTestCase::getInfo()
File
- tests/
vars.test, line 48 - Test file for the Variable API module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Simple functionality test',
'description' => 'Simple test of the module functionalities.',
'group' => 'Variable API',
);
}