public static function DisplayTest::getInfo

Same name in this branch

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php, line 31
Contains \Drupal\views_ui\Tests\DisplayTest.

Class

DisplayTest

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Display tests',
    'description' => 'Tests the handling of displays in the UI, adding removing etc.',
    'group' => 'Views UI',
  );
}