You are here

public static function RelationAPITestCase::getInfo in Relation 7

File

tests/relation.test, line 231
Tests for Relation module.

Class

RelationAPITestCase
Tests Relation API.

Code

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