public static function ViewsHandlerRelationshipNodeTermDataTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
taxonomy/ views_handler_relationship_node_term_data.test, line 12 - Definition of ViewsHandlerRelationshipNodeTermDataTest.
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',
);
}