You are here

public static function WorkbenchModerationDraftTabTestCase::getInfo in Workbench Moderation 7

Same name and namespace in other branches
  1. 7.3 tests/workbench_moderation.test \WorkbenchModerationDraftTabTestCase::getInfo()
  2. 7.2 tests/workbench_moderation.test \WorkbenchModerationDraftTabTestCase::getInfo()

File

tests/workbench_moderation.test, line 134
Tests for workbench_moderation.module.

Class

WorkbenchModerationDraftTabTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Draft tab',
    'description' => 'Test access to the "Draft" tab and publishing from the mini moderation form on the draft tab.',
    'group' => 'Workbench Moderation',
    'dependencies' => array(
      'workbench',
    ),
  );
}