public static function ImageDimensionsTestCase::getInfo

Archivo

drupal-7.x/modules/image/image.test, line 1108
Tests for image.module.

Class

ImageDimensionsTestCase
Tests that images have correct dimensions when styled.

Código

public static function getInfo() {
  return array(
    'name' => 'Image dimensions',
    'description' => 'Tests that images have correct dimensions when styled.',
    'group' => 'Image',
  );
}