public static function ImageDimensionsScaleTestCase::getInfo
Archivo
- drupal-7.x/
modules/ image/ image.test, line 1325 - Tests for image.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'image_dimensions_scale()',
'description' => 'Tests all control flow branches in image_dimensions_scale().',
'group' => 'Image',
);
}