You are here

public static function Double_fieldTestCase::getInfo in Double Field 7

File

tests/double_field.test, line 16
Tests for double_field.module.

Class

Double_fieldTestCase
Tests for double field types.

Code

public static function getInfo() {
  return array(
    'name' => 'Double field',
    'description' => 'Test the creation of double fields.',
    'group' => 'Field types',
  );
}