You are here

public static function WorkbenchModerationTransitionTestCase::getInfo in Workbench Moderation 7.3

File

tests/workbench_moderation.transition.test, line 11
Tests for node transition hooks with workbench_moderation.module.

Class

WorkbenchModerationTransitionTestCase
@file Tests for node transition hooks with workbench_moderation.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Transition hook test',
    'description' => 'Tests the usage of hook_workbench_moderation_transition().',
    'group' => 'Workbench Moderation',
  );
}