You are here

public static function VarsModuleUninstallationTestCase::getInfo in Variable API 7

Same name and namespace in other branches
  1. 6.2 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()
  2. 6 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()
  3. 7.2 tests/vars.test \VarsModuleUninstallationTestCase::getInfo()

File

tests/vars.test, line 280
Test file for the Variable API module.

Class

VarsModuleUninstallationTestCase

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',
  );
}