public static function FlagLinkTypeConfirmTestCase::getInfo in Flag 7.3
Implements getInfo().
File
- tests/
flag.test, line 775 - Tests for the Flag module.
Class
- FlagLinkTypeConfirmTestCase
- Test the 'confirm form' link type.
Code
public static function getInfo() {
return array(
'name' => 'Confirm form',
'description' => 'Flag confirm form link type.',
'group' => 'Flag',
);
}