You are here

public static function RelationDummyFieldTestCase::getInfo in Relation 7

File

relation_dummy_field/tests/relation_dummy_field.test, line 13
Tests for Relation Dummy Field module.

Class

RelationDummyFieldTestCase
Functional test of Relation's integration with the Dummy Field.

Code

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