public static function ImageAdminStylesUnitTest::getInfo

File

drupal/modules/image/image.test, line 563
Tests for image.module.

Class

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

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