You are here

public static function FlagHookInvocationsTestCase::getInfo in Flag 7.3

Implements getInfo().

File

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

Class

FlagHookInvocationsTestCase
Verifies the invocation of hooks when performing flagging and unflagging.

Code

public static function getInfo() {
  return array(
    'name' => 'Hook invocations',
    'description' => 'Invocation of flag and entity hooks and rules during flagging and unflagging.',
    'group' => 'Flag',
  );
}