You are here

public static function DoubleFieldWidgetsTestCase::getInfo in Double Field 7.2

Information about the test.

File

tests/double_field_widgets.test, line 20
Widgets tests for double field module.

Class

DoubleFieldWidgetsTestCase
Tests double field widgets.

Code

public static function getInfo() {
  return array(
    'name' => 'Widgets',
    'description' => 'Test widgets',
    'group' => DoubleFieldTestCase::GROUP,
  );
}