public static function ImageDimensionsScaleTestCase::getInfo in Drupal 7
File
- modules/
image/ image.test, line 1440 - Tests for image.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'image_dimensions_scale()',
'description' => 'Tests all control flow branches in image_dimensions_scale().',
'group' => 'Image',
);
}