You are here

static function CurrencyAmountFormElementWebTestCase::getInfo in Currency 7.2

Implements DrupalTestCase::getInfo().

File

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

Class

CurrencyAmountFormElementWebTestCase
Tests the currency_amount form element.

Code

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