You are here

public static function EntityReferenceFieldFormatterTest::getInfo in Entity Embed 7.3

File

./entity_embed.test, line 508
Test integration for the entity_embed module.

Class

EntityReferenceFieldFormatterTest
Tests the entity reference field formatter provided by entity_embed.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Embed entity reference field formatter test',
    'description' => 'Tests the entity reference field formatter provided by entity_embed.',
    'group' => 'Entity Embed',
  );
}