function ImageDimensionsTestCase::getInfo

File

modules/image/image.test, line 1313

Class

ImageDimensionsTestCase
Tests that images have correct dimensions when styled.

Code

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

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