public static function ImageDimensionsScaleTestCase::getInfo

File

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

Class

ImageDimensionsScaleTestCase
Tests image_dimensions_scale().

Code

public static function getInfo() {
  return array(
    'name' => 'image_dimensions_scale()',
    'description' => 'Tests all control flow branches in image_dimensions_scale().',
    'group' => 'Image',
  );
}