public static function ModuleInstallTestCase::getInfo in Drupal 7
File
- 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',
);
}