function ImageFieldDefaultImagesTestCase::getInfo

File

modules/image/image.test, line 1722

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.