function ImageFieldDisplayTestCase::getInfo in ImageField 6.3
File
- tests/
imagefield.test, line 43
Class
- ImageFieldDisplayTestCase
- Test class to check that formatters are working properly.
Code
function getInfo() {
return array(
'name' => t('ImageField display tests'),
'description' => t('Test the display of image fields in nodes.'),
'group' => t('ImageField'),
);
}