public static function EmbedButtonAdminTest::getInfo in Entity Embed 7
Same name and namespace in other branches
- 7.3 entity_embed.test \EmbedButtonAdminTest::getInfo()
- 7.2 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',
);
}