public static function DisplayTest::getInfo

Same name in this branch

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php, line 22
Definition of Drupal\views\Tests\UI\DisplayTest.

Class

DisplayTest
Tests the handling of displays in the UI, adding removing etc.

Namespace

Drupal\views\Tests\UI

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