public static function ManageDisplayTest::getInfo

File

drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php, line 24
Definition of Drupal\field_ui\Tests\ManageDisplayTest.

Class

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

Namespace

Drupal\field_ui\Tests

Code

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