public static function ViewsNodeRevisionRelationsTestCase::getInfo in Views (for Drupal 7) 7.3
File
- tests/
node/ views_node_revision_relations.test, line 13 - Definition of ViewsNodeRevisionRelationsTestCase.
Class
- ViewsNodeRevisionRelationsTestCase
- Tests basic node_revision table integration into views.
Code
public static function getInfo() {
return array(
'name' => 'Tests basic node_revision integration',
'description' => 'Tests the integration of node_revision table of node module',
'group' => 'Views Modules',
);
}