You are here

static function CurrencyUIWebTestCase::getInfo in Currency 7.2

Implements DrupalTestCase::getInfo().

File

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

Class

CurrencyUIWebTestCase
Tests the Ctools exportables UI for Currency exportables.

Code

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