function FieldUIManageDisplayTestCase::getInfo

File

modules/field_ui/field_ui.test, line 473

Class

FieldUIManageDisplayTestCase
Tests the functionality of the 'Manage display' screens.

Code

public static function getInfo() {
    return array(
        'name' => 'Manage display',
        'description' => 'Test the Field UI "Manage display" screens.',
        'group' => 'Field UI',
    );
}

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