public static function ImageFieldDefaultImagesTestCase::getInfo
Archivo
- drupal-7.x/
modules/ image/ image.test, line 1467 - Tests for image.module.
Class
- ImageFieldDefaultImagesTestCase
- Tests default image settings.
Código
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',
);
}