function ImageDimensionsScaleTestCase::getInfo

File

modules/image/image.test, line 1580

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.