You are here

public static function EmbedButtonAdminTest::getInfo in Entity Embed 7.2

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

File

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

Class

EmbedButtonAdminTest
Tests the administrative UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Embed button administration test',
    'description' => 'Tests the administrative UI for managing buttons.',
    'group' => 'Entity Embed',
  );
}