You are here

public static function EntityEmbedDialogTest::getInfo in Entity Embed 7.3

File

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

Class

EntityEmbedDialogTest
Tests the entity_embed dialog controller and route.

Code

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