function CurrencyExchangeRateDBTableModuleInstallUninstall::setUp in Currency 7.2
Overrides parent::setUp().
Overrides DrupalWebTestCase::setUp
File
- currency_exchange_rate_db_table/
tests/ CurrencyExchangeRateDBTableModuleInstallUninstall.test, line 27 - Contains class CurrencyExchangeRateDBTableModuleInstallUninstall.
Class
- CurrencyExchangeRateDBTableModuleInstallUninstall
- Tests installing and uninstalling the module.
Code
function setUp(array $modules = array()) {
$this->profile = 'testing';
parent::setUp($modules + array(
'currency_exchange_rate_db_table',
));
}