You are here

public static function ModuleUninstallTestCase::getInfo in SimpleTest 7

File

tests/module.test, line 107
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' => 'Checks module uninstallation',
    'group' => 'Module',
  );
}