public static function FileFieldDisplayTestCase::getInfo in Drupal 7
File
- modules/
file/ tests/ file.test, line 1072 - Tests for file.module.
Class
- FileFieldDisplayTestCase
- Tests that formatters are working properly.
Code
public static function getInfo() {
return array(
'name' => 'File field display tests',
'description' => 'Test the display of file fields in node and views.',
'group' => 'File',
);
}