You are here

public static function RelationCtoolsTestCase::getInfo in Relation 7

File

tests/relation.ctools.test, line 12
Tests for ctools support.

Class

RelationCtoolsTestCase
Functional test of Relation's integration with ctools.

Code

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