You are here

function FileFieldDisplayTestCase::getInfo in FileField 6.3

File

tests/filefield.test, line 289

Class

FileFieldDisplayTestCase
Test class to check that formatters are working properly.

Code

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