You are here

static function CurrencyExchangerFixedRatesUIWebTestCase::getInfo in Currency 7.2

Implements DrupalTestCase::getInfo().

File

currency/tests/CurrencyConverterFixedRatesUIWebTestCase.test, line 16
Contains class CurrencyExchangerFixedRatesUIWebTestCase.

Class

CurrencyExchangerFixedRatesUIWebTestCase
Tests the UI for CurrencyExchangerFixedRates.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'CurrencyExchangerFixedRates UI',
    'group' => 'Currency',
  );
}