public static function TaggedWithTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php, line 34
Definition of Drupal\views\Tests\Wizard\TaggedWithTest.

Class

TaggedWithTest
Tests the ability of the views wizard to create views filtered by taxonomy.

Namespace

Drupal\views\Tests\Wizard

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy functionality',
    'description' => 'Test the ability of the views wizard to create views filtered by taxonomy.',
    'group' => 'Views Wizard',
  );
}