function ModuleInstallTestCase::getInfo

File

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

Class

ModuleInstallTestCase
Unit tests for module installation.

Code

public static function getInfo() {
    return array(
        'name' => 'Module installation',
        'description' => 'Tests the installation of modules.',
        'group' => 'Module',
    );
}

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