public static function FieldUITest::getInfo

Same name in this branch

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/FieldUITest.php, line 24
Contains \Drupal\views\Tests\UI\FieldUITest.

Class

FieldUITest
Tests the UI of field handlers.

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Field: UI',
    'description' => 'Tests the UI of field handlers.',
    'group' => 'Views UI',
  );
}