File
- drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php, line 24
- Definition of Drupal\system\Tests\Module\InstallTest.
Class
- InstallTest
- Unit tests for module installation.
Namespace
Drupal\system\Tests\Module
Code
public static function getInfo() {
return array(
'name' => 'Module installation',
'description' => 'Tests the installation of modules.',
'group' => 'Module',
);
}