public static function ImageFieldDisplayTest::getInfo

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php, line 22
Definition of Drupal\image\Tests\ImageFieldDisplayTest.

Class

ImageFieldDisplayTest
Test class to check that formatters and display settings are working.

Namespace

Drupal\image\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Image field display tests',
    'description' => 'Test the display of image fields.',
    'group' => 'Image',
  );
}