You are here

public static function EntityEmbedHooksTest::getInfo in Entity Embed 7.3

Same name and namespace in other branches
  1. 7 entity_embed.test \EntityEmbedHooksTest::getInfo()
  2. 7.2 entity_embed.test \EntityEmbedHooksTest::getInfo()

File

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

Class

EntityEmbedHooksTest
Tests the hooks provided by entity_embed.

Code

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