You are here

public static function ImageAdminStylesUnitTest::getInfo in Drupal 7

File

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