public static function PreviewTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php, line 22
Contains \Drupal\views\Tests\UI\PreviewTest.

Class

PreviewTest
Tests the preview form in the UI.

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Preview functionality',
    'description' => 'Tests the UI preview functionality.',
    'group' => 'Views UI',
  );
}