function WorkflowNamedTransitionsTest::getInfo in Workflow 7.2
File
- workflow_admin_ui/
includes/ Test/ workflow_named_transitions.test, line 9 - Tests for the Workflow Named Transitions module.
Class
- WorkflowNamedTransitionsTest
- @file Tests for the Workflow Named Transitions module.
Code
function getInfo() {
return array(
'name' => 'Workflow Named Transitions Test',
'description' => "This tests whether the Edit Labels tab exists in the workflow area.",
'group' => 'Workflow',
);
}