public static function ImageFieldDefaultImagesTestCase::getInfo

File

drupal/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',
  );
}