You are here

static function CurrencyLocaleFormElementWebTestCase::getInfo in Currency 7.2

Implements DrupalTestCase::getInfo().

File

currency/tests/CurrencyLocaleFormElementWebTestCase.test, line 16
Contains class CurrencyAmountFormElementWebTestCase.

Class

CurrencyLocaleFormElementWebTestCase
Tests the currency_amount form element.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'currency_locale form element',
    'group' => 'Currency',
  );
}