You are here

public static function GroupUITestCase::getInfo in Field Group 7.2

Same name and namespace in other branches
  1. 7 tests/field_group.ui.test \GroupUITestCase::getInfo()

File

./field_group.test, line 27
Unit test file for groups.

Class

GroupUITestCase
Group UI tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Field group tests',
    'description' => 'Test the field group functionality.',
    'group' => 'Field group',
  );
}