public static function ModuleInstallTestCase::getInfo

File

drupal/modules/simpletest/tests/module.test, line 242
Tests for the module API.

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