public static function MediaFileFieldDisplayTestCase::getInfo in D7 Media 7.4
Same name and namespace in other branches
- 7.2 tests/media.test \MediaFileFieldDisplayTestCase::getInfo()
- 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',
);
}