You are here

public static function EntityEmbedFilterTest::getInfo in Entity Embed 7

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

File

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

Class

EntityEmbedFilterTest
Tests the entity_embed filter.

Code

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