You are here

public static function MediaFileUsageTest::getInfo in D7 Media 7

Provide test information.

File

test/media.file.usage.test, line 12
Tests for the file usage in entity fields with the Media filter markup.

Class

MediaFileUsageTest
@file Tests for the file usage in entity fields with the Media filter markup.

Code

public static function getInfo() {
  return array(
    'name' => t('File usage tracking'),
    'description' => t('Tests tracking of usage for files in text fields.'),
    'group' => t('Media'),
  );
}