public static function ModuleUninstallTestCase::getInfo
7.x module.test | public static ModuleUninstallTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ module.test, line 279 - Tests for the module API.
Class
- ModuleUninstallTestCase
- Unit tests for module uninstallation and related hooks.
Code
public static function getInfo() {
return array(
'name' => 'Module uninstallation',
'description' => 'Tests the uninstallation of modules.',
'group' => 'Module',
);
}