public static function VarsModuleUninstallationTestCase::getInfo in Variable API 7
Same name and namespace in other branches
- 6.2 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()
- 6 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()
- 7.2 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()
File
- tests/
vars.test, line 280 - Test file for the Variable API module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Module uninstallation test',
'description' => 'Verify the module uninstallation removes the persistant variables, and the default values from the database.',
'group' => 'Variable API',
);
}