public static function TaggedWithTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Wizard/ TaggedWithTest.php, line 32 - 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\WizardCode
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',
);
}