public static function ModuleUninstallTestCase::getInfo

File

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