public static function ImageFieldDefaultImagesTestCase::getInfo in Drupal 7
File
- modules/
image/ image.test, line 1582 - Tests for image.module.
Class
- ImageFieldDefaultImagesTestCase
- Tests default image settings.
Code
public static function getInfo() {
return array(
'name' => 'Image field default images tests',
'description' => 'Tests setting up default images both to the field and field instance.',
'group' => 'Image',
);
}