You are here

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

File

lib/Drupal/views/Tests/UI/TagTest.php, line 15
Definition of Drupal\views\tests\UI\TagTest.

Class

TagTest
Tests the views ui tagging functionality.

Namespace

Drupal\views\Tests\UI

Code

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