public static function FieldUIManageDisplayTestCase::getInfo

7.x field_ui.test public static FieldUIManageDisplayTestCase::getInfo()

File

drupal-7.x/modules/field_ui/field_ui.test, line 454
Tests for field_ui.module.

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',
  );
}