You are here

public static function RelationUITestCase::getInfo in Relation 7

File

tests/relation_ui.test, line 15
Tests for Relation UI module.

Class

RelationUITestCase
Tests Relation UI.

Code

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