You are here

public static function WorkbenchWorkflowsAdminUITestCase::getInfo in Workbench Moderation 7.2

File

modules/workbench_workflows/tests/workbench_workflows.test, line 64
Provides tests.

Class

WorkbenchWorkflowsAdminUITestCase
Tests for Workbench Workflows

Code

public static function getInfo() {
  return array(
    'name' => 'Workbench Workflows Admin UI Web Tests',
    'description' => '',
    'group' => 'Workbench Workflows',
  );
}