You are here

public static function FeedsModuleInstallUninstallWebTest::getInfo in Feeds 7.2

File

tests/feeds_install.test, line 11

Class

FeedsModuleInstallUninstallWebTest
Tests module installation and uninstallation.

Code

public static function getInfo() {
  return array(
    'name' => 'Module installation and uninstallation',
    'description' => '',
    'group' => 'Feeds',
  );
}