You are here

public static function EntityReferenceFieldTestCase::getInfo in Entity reference 7

File

tests/entityreference.field.test, line 18

Class

EntityReferenceFieldTestCase
Tests for the Entity Reference field.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Reference field',
    'description' => 'Tests for the entity reference field formatters and widgets.',
    'group' => 'Entity Reference',
  );
}