public static function ModuleEnable::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php, line 17
Contains Drupal\system\Tests\Module\ModuleEnable.

Class

ModuleEnable
Tests module_enable().

Namespace

Drupal\system\Tests\Module

Code

public static function getInfo() {
  return array(
    'name' => 'Module enable',
    'description' => 'Tests module_enable().',
    'group' => 'Module',
  );
}