function ImageThemeFunctionWebTestCase::getInfo

File

modules/image/image.test, line 1901

Class

ImageThemeFunctionWebTestCase
Tests image theme functions.

Code

public static function getInfo() {
    return array(
        'name' => 'Image theme functions',
        'description' => 'Test that the image theme functions work correctly.',
        'group' => 'Image',
    );
}

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