public static function RelationshipNodeTermDataTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php, line 22
Definition of Drupal\views\Tests\Taxonomy\RelationshipNodeTermDataTest.

Class

RelationshipNodeTermDataTest
Tests the node_term_data relationship handler.

Namespace

Drupal\views\Tests\Taxonomy

Code

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