static function CurrencyExchangeRateDBTableModuleInstallUninstall::getInfo in Currency 7.2
Implements DrupalTestCase::getInfo().
File
- currency_exchange_rate_db_table/
tests/ CurrencyExchangeRateDBTableModuleInstallUninstall.test, line 16 - Contains class CurrencyExchangeRateDBTableModuleInstallUninstall.
Class
- CurrencyExchangeRateDBTableModuleInstallUninstall
- Tests installing and uninstalling the module.
Code
static function getInfo() {
return array(
'description' => '',
'name' => 'Module installation and uninstallation',
'group' => 'Currency exchange rate database table',
);
}