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