You are here

public static function MediaFileFieldDisplayTestCase::getInfo in D7 Media 7.2

Same name and namespace in other branches
  1. 7.4 tests/media.test \MediaFileFieldDisplayTestCase::getInfo()
  2. 7.3 tests/media.test \MediaFileFieldDisplayTestCase::getInfo()

File

tests/media.test, line 1214
Tests for media.module.

Class

MediaFileFieldDisplayTestCase
Tests that formatters are working properly.

Code

public static function getInfo() {
  return array(
    'name' => 'Media file field display tests',
    'description' => 'Test the display of file fields in node and views.',
    'group' => 'Media',
  );
}