public static function IconFileUsageTest::getInfo in Entity Embed 7.3
Same name and namespace in other branches
- 7 entity_embed.test \IconFileUsageTest::getInfo()
- 7.2 entity_embed.test \IconFileUsageTest::getInfo()
File
- ./
entity_embed.test, line 451 - Test integration for the entity_embed module.
Class
- IconFileUsageTest
- Tests embed button icon file usage.
Code
public static function getInfo() {
return array(
'name' => 'Entity Embed button icon file usage test',
'description' => 'Tests the embed button and file usage integration.',
'group' => 'Entity Embed',
);
}