function ViewsNodeRevisionRelationsTestCase::getInfo
File
-
tests/
node/ views_node_revision_relations.test, line 16
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',
);
}