public static function ImageAdminStylesTest::getInfo

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php, line 15
Definition of Drupal\image\Tests\ImageAdminStylesTest.

Class

ImageAdminStylesTest
Tests creation, deletion, and editing of image styles and effects.

Namespace

Drupal\image\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Image styles and effects UI configuration',
    'description' => 'Tests creation, deletion, and editing of image styles and effects at the UI level.',
    'group' => 'Image',
  );
}