public static function RelationshipNodeTermDataTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php, line 22
Contains \Drupal\taxonomy\Tests\Views\RelationshipNodeTermDataTest.

Class

RelationshipNodeTermDataTest
Tests the node_term_data relationship handler.

Namespace

Drupal\taxonomy\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy: Node term data Relationship',
    'description' => 'Tests the taxonomy term on node relationship handler.',
    'group' => 'Views module integration',
  );
}