You are here

public static function FlagHookFlagAccessTestCase::getInfo in Flag 7.3

Implements getInfo().

File

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

Class

FlagHookFlagAccessTestCase
Verifies the implementation of hook_flag_access().

Code

public static function getInfo() {
  return array(
    'name' => 'hook_flag_access()',
    'description' => 'Checks the ability of modules to use hook_flag_access().',
    'group' => 'Flag',
  );
}