function ViewsHandlerRelationshipNodeTermDataTest::getInfo

File

tests/taxonomy/views_handler_relationship_node_term_data.test, line 16

Class

ViewsHandlerRelationshipNodeTermDataTest
Tests the relationship_node_term_data handler.

Code

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