You are here

public static function EntityEmbedFileUsageTest::getInfo in Entity Embed 7

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

File

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

Class

EntityEmbedFileUsageTest
Tests file usage.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Embed file usage test',
    'description' => 'Tests usage tracking of embedded file entities.',
    'group' => 'Entity Embed',
  );
}