You are here

public static function ImageFieldFormatterTest::getInfo in Entity Embed 7.3

File

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

Class

ImageFieldFormatterTest
Tests the image field formatter provided by entity_embed.

Code

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