public static function ImageItemTest::getInfo

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php, line 33
Contains \Drupal\image\Tests\ImageItemTest.

Class

ImageItemTest
Tests the new entity API for the image field type.

Namespace

Drupal\image\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Image field item API',
    'description' => 'Tests using entity fields of the image field type.',
    'group' => 'Image',
  );
}