function ImageFieldValidateTestCase::getInfo

File

modules/image/image.test, line 1249

Class

ImageFieldValidateTestCase
Test class to check for various validations.

Code

public static function getInfo() {
    return array(
        'name' => 'Image field validation tests',
        'description' => 'Tests validation functions such as min/max resolution.',
        'group' => 'Image',
    );
}

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