function ModuleUninstallTestCase::getInfo

File

modules/simpletest/tests/module.test, line 320

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.