function FieldUIManageFieldsTestCase::getInfo

File

modules/field_ui/field_ui.test, line 143

Class

FieldUIManageFieldsTestCase
Tests the functionality of the 'Manage fields' screen.

Code

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

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