function ImageStylesHTTPHeadersTestCase::getInfo

File

modules/image/image.test, line 2135

Class

ImageStylesHTTPHeadersTestCase
Tests for correct file size, dimensions and HTTP headers after scaling.

Code

public static function getInfo() {
    return array(
        'name' => 'Image styles HTTP headers tests',
        'description' => 'Tests file size, dimensions and HTTP headers of image styles generated with scaling.',
        'group' => 'Image',
    );
}

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