You are here

public static function RelationViewsTestCase::getInfo in Relation 7

File

tests/relation.views.test, line 12
Tests for Views support in the Relation module.

Class

RelationViewsTestCase
Functional test of Relation's integration with Views.

Code

public static function getInfo() {
  return array(
    'name' => 'Relation Views test',
    'description' => 'Tests the Relation Views support.',
    'group' => 'Relation',
  );
}