You are here

public static function RelationRulesTestCase::getInfo in Relation 7

File

tests/relation.rules.test, line 11
Tests for Rules support.

Class

RelationRulesTestCase
Functional test of Relation's integration with Rules.

Code

public static function getInfo() {
  return array(
    'name' => 'Relation Rules integration test',
    'description' => 'Test the Rules integration.',
    'group' => 'Relation',
  );
}