You are here

public static function DisplayTest::getInfo in Views (for Drupal 7) 8.3

Same name in this branch
  1. 8.3 lib/Drupal/views/Tests/Plugin/DisplayTest.php \Drupal\views\Tests\Plugin\DisplayTest::getInfo()
  2. 8.3 lib/Drupal/views/Tests/UI/DisplayTest.php \Drupal\views\Tests\UI\DisplayTest::getInfo()

File

lib/Drupal/views/Tests/UI/DisplayTest.php, line 15
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',
  );
}