You are here

public static function FlagFlaggingFieldTestCase::getInfo in Flag 7.3

Implements getInfo().

File

tests/flag.test, line 1079
Tests for the Flag module.

Class

FlagFlaggingFieldTestCase
Test use of fields on flagging entities.

Code

public static function getInfo() {
  return array(
    'name' => 'Flagging fields',
    'description' => 'Fields on Flagging entities.',
    'group' => 'Flag',
  );
}