You are here

function flag_test_action in Flag 7.3

Test action for flagging.

File

tests/flag_hook_test/flag_hook_test.module, line 155
flag_hook_test.module Test module for the hooks that Flag invokes.

Code

function flag_test_action() {
  _flag_hook_test_record_invocation('rules_event', func_get_args());
}