You are here

public static function GroupDisplayTestCase::getInfo in Field Group 7

File

tests/field_group.display.test, line 15
Test file for fieldgroup display.

Class

GroupDisplayTestCase
Group display tests

Code

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