function ImageAdminUiTestCase::getInfo

File

modules/image/image.test, line 520

Class

ImageAdminUiTestCase
Tests the administrative user interface.

Code

public static function getInfo() {
    return array(
        'name' => 'Administrative user interface',
        'description' => 'Tests the forms used in the administrative user interface.',
        'group' => 'Image',
    );
}

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