public static function ImageFieldDisplayTestCase::getInfo in Drupal 7
File
- modules/
image/ image.test, line 897 - Tests for image.module.
Class
- ImageFieldDisplayTestCase
- Test class to check that formatters and display settings are working.
Code
public static function getInfo() {
return array(
'name' => 'Image field display tests',
'description' => 'Test the display of image fields.',
'group' => 'Image',
);
}