You are here

public static function FlagAccessLinkTestCase::getInfo in Flag 7.3

Implements getInfo().

File

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

Class

FlagAccessLinkTestCase
Access to flags using the basic flag link.

Code

public static function getInfo() {
  return array(
    'name' => 'Access to flags via basic link',
    'description' => 'Access to flag and unflag entities using the basic link.',
    'group' => 'Flag',
  );
}