You are here

public static function GroupUITestCase::getInfo in Field Group 7

Same name and namespace in other branches
  1. 7.2 field_group.test \GroupUITestCase::getInfo()

File

tests/field_group.ui.test, line 13
Test file for fieldgroup UI.

Class

GroupUITestCase
Group UI tests.

Code

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